mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
Merge pull request #3631 from SomberNight/relay_fee1
change default relay fee to 1000 sat/kbyte
This commit is contained in:
commit
d566304ff9
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