mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 20:26:50 +00:00
Increase default Bitcoin transaction fee to 5000 sats
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user