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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3169#discussion_r319723680">core/src/main/java/bisq/core/dispute/DisputeResolverService.java</a>:</p>
<pre style='color:#555'>> +            log.warn("bannedDisputeResolvers=" + bannedDisputeResolvers);
+        Set<T> disputeResolverSet = getCollect(bannedDisputeResolvers);
+
+        Map<NodeAddress, T> map = new HashMap<>();
+        for (T disputeResolver : disputeResolverSet) {
+            NodeAddress disputeResolverNodeAddress = disputeResolver.getNodeAddress();
+            if (!map.containsKey(disputeResolverNodeAddress))
+                map.put(disputeResolverNodeAddress, disputeResolver);
+            else
+                log.warn("disputeResolverAddress already exist in disputeResolver map. Seems an disputeResolver object is already registered with the same address.");
+        }
+        return map;
+    }
+
+    @NotNull
+    protected abstract Set<T> getCollect(List<String> bannedDisputeResolvers);
</pre>
<p>Upps, was not intended. Will change it.</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/3169?email_source=notifications&email_token=AJFFTNTTDIWKLVDEIXFWSF3QHJUOBA5CNFSM4ISQRRTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDJ2KMI#discussion_r319723680">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNR5H6GIBFCAHEDBI4TQHJUOBANCNFSM4ISQRRTA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNVJVB3STIJIEERXCLLQHJUOBA5CNFSM4ISQRRTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDJ2KMI.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/3169?email_source=notifications\u0026email_token=AJFFTNTTDIWKLVDEIXFWSF3QHJUOBA5CNFSM4ISQRRTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDJ2KMI#discussion_r319723680",
"url": "https://github.com/bisq-network/bisq/pull/3169?email_source=notifications\u0026email_token=AJFFTNTTDIWKLVDEIXFWSF3QHJUOBA5CNFSM4ISQRRTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDJ2KMI#discussion_r319723680",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>