forked from Qortal/qortal
Increase default Bitcoin transaction fee to 5000 sats
This commit is contained in:
parent
cdb65657b6
commit
76c0a5a4fa
@ -63,7 +63,7 @@ public class TradeBot {
|
||||
|
||||
private static final Logger LOGGER = LogManager.getLogger(TradeBot.class);
|
||||
private static final Random RANDOM = new SecureRandom();
|
||||
private static final long FEE_AMOUNT = 1000L;
|
||||
private static final long FEE_AMOUNT = 5000L;
|
||||
|
||||
private static TradeBot instance;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user