mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-13 18:29:24 -04:00
Change isIntended falt to false for RULE_VIOLATION
This commit is contained in:
parent
c2eb77edae
commit
663b505410
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ public enum CloseConnectionReason {
|
|||
UNKNOWN_PEER_ADDRESS(true, true),
|
||||
|
||||
// illegal requests
|
||||
RULE_VIOLATION(true, true);
|
||||
RULE_VIOLATION(true, false);
|
||||
|
||||
public final boolean sendCloseMessage;
|
||||
public boolean isIntended;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue