electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 8a55a4c26c0f553b0f9bafc184d80417f5075c90
parent 4fe32d2ad1115907cd62e9aea8d77c608b7643a1
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:
Mlib/bitcoin.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bitcoin.py b/lib/bitcoin.py @@ -31,7 +31,7 @@ import aes ################################## transactions -DUST_THRESHOLD = 5430 +DUST_THRESHOLD = 546 MIN_RELAY_TX_FEE = 1000 RECOMMENDED_FEE = 50000 COINBASE_MATURITY = 100