Since Bitcoin Core 0.9 the minimum relay tx fee was lowered to `0.00001`.
@ -677,7 +677,7 @@ def bip32_private_key(sequence, k, chain):
################################## transactions
MIN_RELAY_TX_FEE = 10000
MIN_RELAY_TX_FEE = 1000