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

chimp1984 notifications at github.com
Sun Nov 1 06:18:19 CET 2020


@chimp1984 requested changes 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 &&

Here we need to use `getFilter` not `getDevFilter`. DevFilter is the locally stored of the filter admin. Not great naming... should be changed to a more clear name... 

-- 
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#pullrequestreview-521193226
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201031/75388a34/attachment.html>


More information about the bisq-github mailing list