mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Set max buyer's security deposit to 20% instead of 10%
A Bisq trader suggested that change to cover risks with volatility for seller.
This commit is contained in:
parent
a9a43159f9
commit
100d838908
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public class Restrictions {
|
|||
}
|
||||
|
||||
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 800 USD @ 4000 USD/BTC
|
||||
}
|
||||
|
||||
// We use MIN_BUYER_SECURITY_DEPOSIT as well as lower bound in case of small trade amounts.
|
||||
|
|
Loading…
Add table
Reference in a new issue