<p></p>
<p><b>@sqrrm</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/5038#discussion_r551204787">core/src/main/java/bisq/core/filter/Filter.java</a>:</p>
<pre style='color:#555'>> @@ -91,6 +95,11 @@
     // added at v1.3.8
     private final boolean disableAutoConf;
 
+    // added at v1.5.5
+    // In contrast to bannedNodeAddress those addresses cannot access the network but are rejected immediately.
+    // Should be only used in case of dos attacks
+    private final Set<String> nodeAddressesBannedFromNetwork;
</pre>
<p>Much better this way, no need for comments since code is self describing. Agreed that it was the <code>bannedNodeAddress</code> that needed a name change.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/5038#discussion_r551204787">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNWVEMLYCDWUWRO6MXTSYGDZVANCNFSM4VQRSSNA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNRICZYZOBCEWJISL2DSYGDZVA5CNFSM4VQRSSNKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEFXHURY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/5038#discussion_r551204787",
"url": "https://github.com/bisq-network/bisq/pull/5038#discussion_r551204787",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>