[bisq-network/bisq] Use min. refund at mediated payout (#3827)

chimp1984 notifications at github.com
Fri Jan 3 01:13:14 UTC 2020


chimp1984 commented on this pull request.



> @@ -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

In PR #3826 we use:
`MIN_BUYER_SECURITY_DEPOSIT = Coin.parseCoin("0.006");`
`SELLER_SECURITY_DEPOSIT = Coin.parseCoin("0.006");`
So that is actually the value which `MIN_REFUND_AT_MEDIATED_DISPUTE` refers to. 
I will add a comment to make clear that the value cannot be lower than MIN_BUYER_SECURITY_DEPOSIT/SELLER_SECURITY_DEPOSIT.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3827#discussion_r362684218
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200102/0052f4ad/attachment.html>


More information about the bisq-github mailing list