Add memory pool based fee estimates
- fee estimates can use ETA or mempool - require protocol version 1.2 - remove fee_unit preference
This commit is contained in:
@@ -102,7 +102,7 @@ NetworkConstants.set_mainnet()
|
||||
|
||||
FEE_STEP = 10000
|
||||
MAX_FEE_RATE = 300000
|
||||
FEE_TARGETS = [25, 10, 5, 2]
|
||||
|
||||
|
||||
COINBASE_MATURITY = 100
|
||||
COIN = 100000000
|
||||
|
||||
Reference in New Issue
Block a user