mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
Merge pull request #657 from drak/patch-1
Lower minimum tx fee in line with Bitcoin 0.9
This commit is contained in:
commit
deb14f6fe8
1 changed files with 1 additions and 1 deletions
|
@ -677,7 +677,7 @@ def bip32_private_key(sequence, k, chain):
|
||||||
|
|
||||||
################################## transactions
|
################################## transactions
|
||||||
|
|
||||||
MIN_RELAY_TX_FEE = 10000
|
MIN_RELAY_TX_FEE = 1000
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue