Browse Source

Merge pull request #1141 from kaykurokawa/master

Dust threshold should be 546
283
ThomasV 10 years ago
parent
commit
8a55a4c26c
  1. 2
      lib/bitcoin.py

2
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

Loading…
Cancel
Save