diff options
author | dasource <dasource@es6.com> | 2015-08-13 11:48:09 +0000 |
---|---|---|
committer | dasource <dasource@es6.com> | 2015-08-13 11:48:09 +0000 |
commit | cb325c5815c12d426938a5baf95a1364cef51151 (patch) | |
tree | 7c1683c9502f416bacbecfc16bf1da1d6ecaec9f | |
parent | 5af78c3789dd910d4a0b238ccd18c65927d179af (diff) | |
download | BIP39-cb325c5815c12d426938a5baf95a1364cef51151.tar.gz BIP39-cb325c5815c12d426938a5baf95a1364cef51151.tar.zst BIP39-cb325c5815c12d426938a5baf95a1364cef51151.zip |
Added feePerKb
-rw-r--r-- | bip39-standalone.html | 8 |
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: { |