mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-23 04:29:22 +00:00
Update HavenoUtils.java
This commit is contained in:
parent
7bad1b9834
commit
9877dd6a28
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@ public class HavenoUtils {
|
|||
|
||||
// configure fees
|
||||
public static final boolean ARBITRATOR_ASSIGNS_TRADE_FEE_ADDRESS = true;
|
||||
public static final double MAKER_FEE_PCT = 0.0015; // 0.15%
|
||||
public static final double TAKER_FEE_PCT = 0.0075; // 0.75%
|
||||
public static final double MAKER_FEE_PCT = 0.005; // 0.5%
|
||||
public static final double TAKER_FEE_PCT = 0.001; // 0.1%
|
||||
public static final double PENALTY_FEE_PCT = 0.02; // 2%
|
||||
|
||||
// other configuration
|
||||
|
|
Loading…
Reference in a new issue