mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
update MAX_FEE_RATE constant
This commit is contained in:
parent
7e28c96243
commit
ee2e9f6092
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def set_testnet():
|
||||||
################################## transactions
|
################################## transactions
|
||||||
|
|
||||||
FEE_STEP = 10000
|
FEE_STEP = 10000
|
||||||
MAX_FEE_RATE = 100000
|
MAX_FEE_RATE = 300000
|
||||||
FEE_TARGETS = [25, 10, 5, 2]
|
FEE_TARGETS = [25, 10, 5, 2]
|
||||||
|
|
||||||
COINBASE_MATURITY = 100
|
COINBASE_MATURITY = 100
|
||||||
|
|
Loading…
Add table
Reference in a new issue