aboutsummaryrefslogtreecommitdiff
path: root/bip39-standalone.html
diff options
context:
space:
mode:
authordasource <dasource@es6.com>2015-08-13 11:48:09 +0000
committerdasource <dasource@es6.com>2015-08-13 11:48:09 +0000
commitcb325c5815c12d426938a5baf95a1364cef51151 (patch)
tree7c1683c9502f416bacbecfc16bf1da1d6ecaec9f /bip39-standalone.html
parent5af78c3789dd910d4a0b238ccd18c65927d179af (diff)
downloadBIP39-cb325c5815c12d426938a5baf95a1364cef51151.tar.gz
BIP39-cb325c5815c12d426938a5baf95a1364cef51151.tar.zst
BIP39-cb325c5815c12d426938a5baf95a1364cef51151.zip
Added feePerKb
Diffstat (limited to 'bip39-standalone.html')
-rw-r--r--bip39-standalone.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/bip39-standalone.html b/bip39-standalone.html
index e73b536..910230a 100644
--- a/bip39-standalone.html
+++ b/bip39-standalone.html
@@ -31129,8 +31129,8 @@ var networks = {
31129 pubKeyHash: 0x3f, 31129 pubKeyHash: 0x3f,
31130 scriptHash: 0x7d, 31130 scriptHash: 0x7d,
31131 wif: 0xbf, 31131 wif: 0xbf,
31132 dustThreshold: 0, // CHECK 31132 dustThreshold: 0,
31133 feePerKb: 100000000, // CHECK 31133 feePerKb: 10000,
31134 estimateFee: estimateFee('shadow') 31134 estimateFee: estimateFee('shadow')
31135 }, 31135 },
31136 shadowtn: { 31136 shadowtn: {
@@ -31142,8 +31142,8 @@ var networks = {
31142 pubKeyHash: 0x7f, 31142 pubKeyHash: 0x7f,
31143 scriptHash: 0xc4, 31143 scriptHash: 0xc4,
31144 wif: 0xff, 31144 wif: 0xff,
31145 dustThreshold: 0, // CHECK 31145 dustThreshold: 0,
31146 feePerKb: 100000000, // CHECK 31146 feePerKb: 10000,
31147 estimateFee: estimateFee('shadowtn') 31147 estimateFee: estimateFee('shadowtn')
31148 }, 31148 },
31149 dogecoin: { 31149 dogecoin: {