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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3121#discussion_r316272043">core/src/main/java/bisq/core/arbitration/BuyerDataItem.java</a>:</p>
<pre style='color:#555'>> +    private final AccountAgeWitness accountAgeWitness;
+    private final Coin tradeAmount;
+    private final PublicKey sellerPubKey;
+
+    public BuyerDataItem(PaymentAccountPayload paymentAccountPayload,
+                         AccountAgeWitness accountAgeWitness,
+                         Coin tradeAmount,
+                         PublicKey sellerPubKey) {
+        this.paymentAccountPayload = paymentAccountPayload;
+        this.accountAgeWitness = accountAgeWitness;
+        this.tradeAmount = tradeAmount;
+        this.sellerPubKey = sellerPubKey;
+    }
+
+    @Override
+    public boolean equals(Object o) {
</pre>
<p>I'm not sure, but can't lombok generate the equals and hash code methods?</p>
<p>btw, in kotlin this class would be just one line</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/3121?email_source=notifications&email_token=AJFFTNQGHGJBOWYASCOTPWLQFVR7FA5CNFSM4IOI6JN2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCCIINTA#pullrequestreview-277907148">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNS24ZIPAM7UKBIPF6TQFVR7FANCNFSM4IOI6JNQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNUKAJSZB2PM4TSJUR3QFVR7FA5CNFSM4IOI6JN2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCCIINTA.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/3121?email_source=notifications\u0026email_token=AJFFTNQGHGJBOWYASCOTPWLQFVR7FA5CNFSM4IOI6JN2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCCIINTA#pullrequestreview-277907148",
"url": "https://github.com/bisq-network/bisq/pull/3121?email_source=notifications\u0026email_token=AJFFTNQGHGJBOWYASCOTPWLQFVR7FA5CNFSM4IOI6JN2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCCIINTA#pullrequestreview-277907148",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>