tMerge pull request #1141 from kaykurokawa/master - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 8a55a4c26c0f553b0f9bafc184d80417f5075c90
DIR parent 4fe32d2ad1115907cd62e9aea8d77c608b7643a1
HTML Author: ThomasV <electrumdev@gmail.com>
Date: Sun, 12 Apr 2015 12:09:48 +0200
Merge pull request #1141 from kaykurokawa/master
Dust threshold should be 546
Diffstat:
M lib/bitcoin.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/lib/bitcoin.py b/lib/bitcoin.py
t@@ -31,7 +31,7 @@ import aes
################################## transactions
-DUST_THRESHOLD = 5430
+DUST_THRESHOLD = 546
MIN_RELAY_TX_FEE = 1000
RECOMMENDED_FEE = 50000
COINBASE_MATURITY = 100