X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=bip39-standalone.html;h=9b3c4f18f8e78e90ec9a4ba1787d004a0481d6f5;hp=41dcb99eef97b5f5f0aa2ace690a5ec9a2b3f798;hb=3821c0d34596dbbf7ff1ba9ce02b54ca4e0d9fda;hpb=68151a470b57493265dc07f83adde8596aee9370 diff --git a/bip39-standalone.html b/bip39-standalone.html index 41dcb99..9b3c4f1 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -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) {