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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3827#discussion_r362684218">core/src/main/java/bisq/core/btc/wallet/Restrictions.java</a>:</p>
<pre style='color:#555'>> @@ -93,4 +96,10 @@ public static Coin getMinSellerSecurityDepositAsCoin() {
             SELLER_SECURITY_DEPOSIT = Coin.parseCoin("0.005"); // 0.005 BTC about 20 USD @ 4000 USD/BTC
         return SELLER_SECURITY_DEPOSIT;
     }
+
+    public static Coin getMinRefundAtMediatedDispute() {
+        if (MIN_REFUND_AT_MEDIATED_DISPUTE == null)
+            MIN_REFUND_AT_MEDIATED_DISPUTE = Coin.parseCoin("0.003"); // 0.003 BTC about 21 USD @ 7000 USD/BTC
</pre>
<p>In PR <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="541850593" data-permission-text="Issue title is private" data-url="https://github.com/bisq-network/bisq/issues/3826" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq/pull/3826/hovercard" href="https://github.com/bisq-network/bisq/pull/3826">#3826</a> we use:<br>
<code>MIN_BUYER_SECURITY_DEPOSIT = Coin.parseCoin("0.006");</code><br>
<code>SELLER_SECURITY_DEPOSIT = Coin.parseCoin("0.006");</code><br>
So that is actually the value which <code>MIN_REFUND_AT_MEDIATED_DISPUTE</code> refers to.<br>
I will add a comment to make clear that the value cannot be lower than MIN_BUYER_SECURITY_DEPOSIT/SELLER_SECURITY_DEPOSIT.</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/3827?email_source=notifications&email_token=AJFFTNQSOPHHTHSEBW5GRITQ32GKVA5CNFSM4J6WVPWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQSE5SI#discussion_r362684218">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNXJGLGXX7A2SMYBIODQ32GKVANCNFSM4J6WVPWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNSLQNKH4SZTWZH7K7TQ32GKVA5CNFSM4J6WVPWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQSE5SI.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/3827?email_source=notifications\u0026email_token=AJFFTNQSOPHHTHSEBW5GRITQ32GKVA5CNFSM4J6WVPWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQSE5SI#discussion_r362684218",
"url": "https://github.com/bisq-network/bisq/pull/3827?email_source=notifications\u0026email_token=AJFFTNQSOPHHTHSEBW5GRITQ32GKVA5CNFSM4J6WVPWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQSE5SI#discussion_r362684218",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>