mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Do not send close message to banned node
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
cb635809e0
commit
29ea720eea
@ -44,7 +44,7 @@ public enum CloseConnectionReason {
|
||||
|
||||
// illegal requests
|
||||
RULE_VIOLATION(true, false),
|
||||
PEER_BANNED(true, false),
|
||||
PEER_BANNED(false, false),
|
||||
INVALID_CLASS_RECEIVED(false, false),
|
||||
MANDATORY_CAPABILITIES_NOT_SUPPORTED(false, false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user