[bisq-network/bisq] Add filter support on network level (#5038)

chimp1984 notifications at github.com
Mon Jan 4 00:29:41 CET 2021


@chimp1984 commented on this pull request.



> @@ -137,10 +135,11 @@ public void processArgs(String[] args) {
                     checkArgument(arg.contains(":") && arg.split(":").length > 1 && arg.split(":")[1].length() > 3,
                             "Wrong program argument " + arg);
                     List<String> list = Arrays.asList(arg.split(","));
+                    Set<NodeAddress> bannedPeers = new HashSet<>();

Agree. Did just quick adjustment to changes...

-- 
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/5038#discussion_r551068659
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210103/aaa99ae2/attachment.htm>


More information about the bisq-github mailing list