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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4093#discussion_r399870146">desktop/src/main/java/bisq/desktop/main/funds/withdrawal/WithdrawalView.java</a>:</p>
<pre style='color:#555'>> @@ -629,6 +631,17 @@ public void updateItem(final WithdrawalListItem item, boolean empty) {
                     }
                 });
     }
+
+    private Coin getDust(Transaction tx) {
+        Coin dust = Coin.ZERO;
+        for (TransactionOutput txo: tx.getOutputs()) {
+            if (txo.getValue().value < 546) {
</pre>
<p>Changed to use <code>Restrictions.getMinNonDustOutput()</code> which equates to 546 sats</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/4093#discussion_r399870146">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNRAM4DSYIYLNITP4V3RJ7K2TANCNFSM4LSWP43Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNSGFIE4H63FBTJVNHDRJ7K2TA5CNFSM4LSWP432YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC3NULPQ.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/4093#discussion_r399870146",
"url": "https://github.com/bisq-network/bisq/pull/4093#discussion_r399870146",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>