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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4094#discussion_r400575630">core/src/main/java/bisq/core/btc/wallet/TradeWalletService.java</a>:</p>
<pre style='color:#555'>> @@ -257,6 +260,7 @@ public Transaction completeBsqTradingFeeTx(Transaction preparedBsqTx,
         checkNotNull(wallet, "Wallet must not be null");
         wallet.completeTx(sendRequest);
         Transaction resultTx = sendRequest.tx;
+        removeDust(resultTx);
</pre>
<p>At the moment there is only one way to get messages back to the GUI - via the errorMessage property on the Offer which is used by numerous exceptional events.  I looked into reporting warnings back via adding a warningMessage property and will propose that as a new PR to address <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="528326726" data-permission-text="Title is private" data-url="https://github.com/bisq-network/bisq/issues/3688" data-hovercard-type="issue" data-hovercard-url="/bisq-network/bisq/issues/3688/hovercard" href="https://github.com/bisq-network/bisq/issues/3688">#3688</a>.  (Its a non-trivial change and I don't want to complicate this PR by adding it in here).</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/4094#discussion_r400575630">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNSHVVAN46BLNQC4KHTRKE3QFANCNFSM4LS2HZMQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNQGRA4YYGYPHXJPOQDRKE3QFA5CNFSM4LS2HZM2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC3UF37I.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/4094#discussion_r400575630",
"url": "https://github.com/bisq-network/bisq/pull/4094#discussion_r400575630",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>