[bisq-network/bisq] Admin filter for auto-confirmation service addresses (#4736)

James Cox notifications at github.com
Sun Nov 1 15:26:02 CET 2020


@jmacxx commented on this pull request.



> @@ -398,6 +398,12 @@ public boolean isNodeAddressBanned(NodeAddress nodeAddress) {
                         .anyMatch(e -> e.equals(nodeAddress.getFullAddress()));
     }
 
+    public boolean isAutoConfExplorerBanned(String address) {
+        return getDevFilter() != null &&

Argh... thanks for finding that, switched to devFilter for testing: looks like I forgot to revert.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4736#discussion_r515628687
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201101/ee4e740e/attachment.html>


More information about the bisq-github mailing list