Lower minimum tx fee in line with Bitcoin 0.9

Since Bitcoin Core 0.9 the minimum relay tx fee was lowered to `0.00001`.
This commit is contained in:
Drak 2014-04-14 21:20:42 +01:00
parent 913ef26dd9
commit d082ed3cb5
1 changed files with 1 additions and 1 deletions

View File

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