mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-12-11 04:13:34 +01:00
Remove fees
Set fees to 0%
This commit is contained in:
parent
06052ad7b4
commit
371beccc14
@ -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.005; // 0.5%
|
||||
public static final double TAKER_FEE_PCT = 0.001; // 0.1%
|
||||
public static final double MAKER_FEE_PCT = 0.00; // 0%
|
||||
public static final double TAKER_FEE_PCT = 0.00; // 0%
|
||||
public static final double PENALTY_FEE_PCT = 0.02; // 2%
|
||||
|
||||
// other configuration
|
||||
|
Loading…
Reference in New Issue
Block a user