From e708c446a8f2744c7bcaf2240b182b98b2ff5cc6 Mon Sep 17 00:00:00 2001 From: ukurokawa Date: Sat, 11 Apr 2015 11:41:02 -0400 Subject: [PATCH] Dust threshold should be 546 --- lib/bitcoin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bitcoin.py b/lib/bitcoin.py index 28d07e60..ee8cb469 100644 --- 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