1
0

increase min_relay_tx_fee, and make dust_threshold a function

This commit is contained in:
ThomasV
2015-11-12 14:31:17 +01:00
parent d612684196
commit 86a0103a7f
2 changed files with 6 additions and 4 deletions

View File

@@ -30,8 +30,7 @@ import aes
################################## transactions
DUST_THRESHOLD = 546
MIN_RELAY_TX_FEE = 1000
MIN_RELAY_TX_FEE = 5000
RECOMMENDED_FEE = 50000
COINBASE_MATURITY = 100
COIN = 100000000