mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-20 07:46:05 -04:00
Change isIntended falt to false for RULE_VIOLATION
This commit is contained in:
parent
c2eb77edae
commit
663b505410
@ -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…
x
Reference in New Issue
Block a user