Browse Source

Merge pull request #657 from drak/patch-1

Lower minimum tx fee in line with Bitcoin 0.9
283
ThomasV 11 years ago
parent
commit
deb14f6fe8
  1. 2
      lib/bitcoin.py

2
lib/bitcoin.py

@ -677,7 +677,7 @@ def bip32_private_key(sequence, k, chain):
################################## transactions
MIN_RELAY_TX_FEE = 10000
MIN_RELAY_TX_FEE = 1000

Loading…
Cancel
Save