Lower minimum tx fee in line with Bitcoin 0.9
[electrum-nvc.git] / lib / bitcoin.py
index 28eb8d0..e3274cc 100644 (file)
@@ -677,7 +677,7 @@ def bip32_private_key(sequence, k, chain):
 
 ################################## transactions
 
-MIN_RELAY_TX_FEE = 10000
+MIN_RELAY_TX_FEE = 1000