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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4937#discussion_r546464543">core/src/main/java/bisq/core/trade/Trade.java</a>:</p>
<pre style='color:#555'>> @@ -317,6 +317,10 @@ public boolean isArbitrated() {
     @Getter
     @Setter
     private String payoutTxId;
+    @Nullable
+    @Getter
+    @Setter
+    private String withdrawalTxId;
</pre>
<p>The payout address might be useful for looking up the spent tx of that utxo which is the withdrawal tx.<br>
I am not so sure if we should add that to the trade as it is not really part of the trade. The trade ends when you have received the funds. Most users I assume keep the funds anyway in the wallet so there is no withdrawal tx but the funds are used as input for another offer or trade.</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/4937#discussion_r546464543">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNWVIH2QPAQQC5PVINDSV2NVTANCNFSM4UYIG6IA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNUCOGFAKCD7GAMWZIDSV2NVTA5CNFSM4UYIG6IKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEESSNEQ.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/4937#discussion_r546464543",
"url": "https://github.com/bisq-network/bisq/pull/4937#discussion_r546464543",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>