mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
change default relay fee to 1000 sat/kbyte
This commit is contained in:
parent
a95534bb0c
commit
6c2b974796
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ TX_STATUS = [
|
|||
|
||||
|
||||
def relayfee(network):
|
||||
RELAY_FEE = 5000
|
||||
RELAY_FEE = 1000
|
||||
MAX_RELAY_FEE = 50000
|
||||
f = network.relay_fee if network and network.relay_fee else RELAY_FEE
|
||||
return min(f, MAX_RELAY_FEE)
|
||||
|
|
Loading…
Add table
Reference in a new issue