set default fee to 0.5mBTC/kb
This commit is contained in:
@@ -38,8 +38,10 @@ except ImportError:
|
||||
|
||||
################################## transactions
|
||||
|
||||
DUST_THRESHOLD = 5430
|
||||
MIN_RELAY_TX_FEE = 1000
|
||||
|
||||
RECOMMENDED_FEE = 50000
|
||||
COINBASE_MATURITY = 100
|
||||
|
||||
# AES encryption
|
||||
EncodeAES = lambda secret, s: base64.b64encode(aes.encryptData(secret,s))
|
||||
|
||||
Reference in New Issue
Block a user