File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ static const bool DEFAULT_WHITELISTFORCERELAY = true;
53
53
/* * Default for -minrelaytxfee, minimum relay fee for transactions */
54
54
static const unsigned int DEFAULT_MIN_RELAY_TX_FEE = 1000 ;
55
55
// ! -maxtxfee default
56
- static const CAmount DEFAULT_TRANSACTION_MAXFEE = 0.1 * COIN ;
56
+ static const CAmount DEFAULT_TRANSACTION_MAXFEE = COIN / 10 ;
57
57
// ! Discourage users to set fees higher than this amount (in satoshis) per kB
58
- static const CAmount HIGH_TX_FEE_PER_KB = 0.01 * COIN ;
58
+ static const CAmount HIGH_TX_FEE_PER_KB = COIN / 100 ;
59
59
// ! -maxtxfee will warn if called with a higher fee than this amount (in satoshis)
60
60
static const CAmount HIGH_MAX_TX_FEE = 100 * HIGH_TX_FEE_PER_KB;
61
61
/* * Default for -limitancestorcount, max number of in-mempool ancestors */
You can’t perform that action at this time.
0 commit comments