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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3572#discussion_r344739702">core/src/main/java/bisq/core/payment/PaymentAccount.java</a>:</p>
<pre style='color:#555'>> +    @Override
+    public boolean equals(Object o) {
+        if (this == o) return true;
+        if (o == null || getClass() != o.getClass()) return false;
+        PaymentAccount that = (PaymentAccount) o;
+        return creationDate == that.creationDate &&
+                id.equals(that.id);
+    }
+
+    @Override
+    public int hashCode() {
+        return Objects.hash(id, creationDate);
+    }
+
</pre>
<p><code>accountName</code> field is for test only I have added. In reality, we couldn't delete the object immediately after creation.(Not sure which field causes this)<br>
Hence i feel it should be applied to entire class. pls let me know if otherwise.</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/3572?email_source=notifications&email_token=AJFFTNUVHJ3NQ76YE5I3EPTQTFUXPA5CNFSM4JKDCHK2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLCYRKY#discussion_r344739702">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNT6VOHTBEM7OVUAUN3QTFUXPANCNFSM4JKDCHKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNXOMK6PZVCHZUUZ2YLQTFUXPA5CNFSM4JKDCHK2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLCYRKY.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/3572?email_source=notifications\u0026email_token=AJFFTNUVHJ3NQ76YE5I3EPTQTFUXPA5CNFSM4JKDCHK2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLCYRKY#discussion_r344739702",
"url": "https://github.com/bisq-network/bisq/pull/3572?email_source=notifications\u0026email_token=AJFFTNUVHJ3NQ76YE5I3EPTQTFUXPA5CNFSM4JKDCHK2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLCYRKY#discussion_r344739702",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>