update MAX_FEE_RATE constant

This commit is contained in:
ThomasV 2017-03-05 22:19:46 +01:00
parent 7e28c96243
commit ee2e9f6092
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ def set_testnet():
################################## transactions
FEE_STEP = 10000
MAX_FEE_RATE = 100000
MAX_FEE_RATE = 300000
FEE_TARGETS = [25, 10, 5, 2]
COINBASE_MATURITY = 100