Merge pull request #1141 from kaykurokawa/master
Dust threshold should be 546
This commit is contained in:
@@ -31,7 +31,7 @@ import aes
|
||||
|
||||
################################## transactions
|
||||
|
||||
DUST_THRESHOLD = 5430
|
||||
DUST_THRESHOLD = 546
|
||||
MIN_RELAY_TX_FEE = 1000
|
||||
RECOMMENDED_FEE = 50000
|
||||
COINBASE_MATURITY = 100
|
||||
|
||||
Reference in New Issue
Block a user