[bisq-network/bisq] Set max buyer's security deposit to 20% instead of 10% (#2575)

Devin Bileck notifications at github.com
Mon Mar 25 05:34:27 UTC 2019


devinbileck approved this pull request.

utACK
Just a minor nit about the comment.

> @@ -59,7 +59,7 @@ public static double getMinBuyerSecurityDepositAsPercent() {
     }
 
     public static double getMaxBuyerSecurityDepositAsPercent() {
-        return 0.1; // 10% of trade amount. For a 1 BTC trade it is about 400 USD @ 4000 USD/BTC
+        return 0.2; // 20% of trade amount. For a 1 BTC trade it is about 400 USD @ 4000 USD/BTC

The USD amount in the comment is now incorrect.

> 400 USD @ 4000 USD/BTC

Should be

> 800 USD @ 4000 USD/BTC

-- 
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/2575#pullrequestreview-218149512
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190324/f45d5c9c/attachment.html>


More information about the bisq-github mailing list