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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4135#discussion_r405196505">core/src/main/java/bisq/core/trade/TradeManager.java</a>:</p>
<pre style='color:#555'>> +                DonationAddressValidation.validate(trade.getDelayedPayoutTx(),
+                        daoFacade,
+                        btcWalletService);
</pre>
⬇️ Suggested change
<pre style="color: #555">-                DonationAddressValidation.validate(trade.getDelayedPayoutTx(),
-                        daoFacade,
-                        btcWalletService);
+                        if (trade.getDelayedPayoutTx() != null) {
+                            DonationAddressValidation.validate(trade.getDelayedPayoutTx(),
+                                    daoFacade,
+                                    btcWalletService);
+                        }
</pre>


<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/4135#pullrequestreview-389584960">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNXZ5FOIN45RVPVRMZDRLPC7DANCNFSM4MDP5CXA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNSFMHHBYUKI4YQ33J3RLPC7DA5CNFSM4MDP5CXKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC44JQQA.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/4135#pullrequestreview-389584960",
"url": "https://github.com/bisq-network/bisq/pull/4135#pullrequestreview-389584960",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>