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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4484#discussion_r484140650">core/src/main/java/bisq/core/support/dispute/agent/FraudDetection.java</a>:</p>
<pre style='color:#555'>> +                        String sellerAddress = contract.getSellerNodeAddress().getFullAddress();
+                        addToMap(traderPubKeyHash, sellerRealNameAccountByAddressMap, sellerPaymentAccountPayload, sellerAddress, dispute, isBuyer);
+                    }
+                });
+    }
+
+    private String getTraderPuKeyHash(PubKeyRing pubKeyRing) {
+        return Utilities.encodeToHex(Hash.getRipemd160hash(pubKeyRing.toProtoMessage().toByteArray()));
+    }
+
+    private void addToMap(String pubKeyHash, Map<String, List<RealNameAccountInfo>> map,
+                          PaymentAccountPayload paymentAccountPayload,
+                          String address,
+                          Dispute dispute,
+                          boolean isBuyer) {
+        if (paymentAccountPayload instanceof PayloadWithHolderName) {
</pre>
<p>I will use a stream filter in a new PR...</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/4484#discussion_r484140650">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNXROS5VW5CIP7IMS7LSEQXZLANCNFSM4Q2P4R7A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNSK5VQ3323DPVJZJZLSEQXZLA5CNFSM4Q2P4R7KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODTGPIPA.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/4484#discussion_r484140650",
"url": "https://github.com/bisq-network/bisq/pull/4484#discussion_r484140650",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>