update root key network

This commit is contained in:
dangershony
2016-08-24 15:29:17 +01:00
parent 68151a470b
commit 3821c0d345
2 changed files with 2 additions and 2 deletions

View File

@@ -15052,7 +15052,7 @@ var Mnemonic = function(language) {
}
function calcBip32RootKeyFromBase58(rootKeyBase58) {
bip32RootKey = bitcoin.HDNode.fromBase58(rootKeyBase58);
bip32RootKey = bitcoin.HDNode.fromBase58(rootKeyBase58, network);
}
function calcBip32ExtendedKey(path) {