Added feePerKb

This commit is contained in:
dasource
2015-08-13 11:48:09 +00:00
parent 5af78c3789
commit cb325c5815

View File

@@ -31129,8 +31129,8 @@ var networks = {
pubKeyHash: 0x3f,
scriptHash: 0x7d,
wif: 0xbf,
dustThreshold: 0, // CHECK
feePerKb: 100000000, // CHECK
dustThreshold: 0,
feePerKb: 10000,
estimateFee: estimateFee('shadow')
},
shadowtn: {
@@ -31142,8 +31142,8 @@ var networks = {
pubKeyHash: 0x7f,
scriptHash: 0xc4,
wif: 0xff,
dustThreshold: 0, // CHECK
feePerKb: 100000000, // CHECK
dustThreshold: 0,
feePerKb: 10000,
estimateFee: estimateFee('shadowtn')
},
dogecoin: {