aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authordangershony <dan.gershony@gmail.com>2016-08-24 15:29:17 +0100
committerdangershony <dan.gershony@gmail.com>2016-08-24 15:29:17 +0100
commit3821c0d34596dbbf7ff1ba9ce02b54ca4e0d9fda (patch)
tree8a8d195a18772098c6e0a5ea1afbca8d5d9b9778 /src/js/index.js
parent68151a470b57493265dc07f83adde8596aee9370 (diff)
downloadBIP39-3821c0d34596dbbf7ff1ba9ce02b54ca4e0d9fda.tar.gz
BIP39-3821c0d34596dbbf7ff1ba9ce02b54ca4e0d9fda.tar.zst
BIP39-3821c0d34596dbbf7ff1ba9ce02b54ca4e0d9fda.zip
update root key network
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 0599321..5cd09b6 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -207,7 +207,7 @@
207 } 207 }
208 208
209 function calcBip32RootKeyFromBase58(rootKeyBase58) { 209 function calcBip32RootKeyFromBase58(rootKeyBase58) {
210 bip32RootKey = bitcoin.HDNode.fromBase58(rootKeyBase58); 210 bip32RootKey = bitcoin.HDNode.fromBase58(rootKeyBase58, network);
211 } 211 }
212 212
213 function calcBip32ExtendedKey(path) { 213 function calcBip32ExtendedKey(path) {