mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Merge pull request #2575 from ManfredKarrer/higher-max-buyer-security-deposit
Set max buyer's security deposit to 20% instead of 10%
This commit is contained in:
commit
ab4d203ece
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