aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
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) {