From 47a56d9d973fc0847d0beba41a059558a96b6ee6 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 1 Aug 2016 10:45:15 +1000 Subject: [PATCH] Derivation path on network change is correct. This closes #23 --- bip39-standalone.html | 1 - src/js/index.js | 1 - 2 files changed, 2 deletions(-) diff --git a/bip39-standalone.html b/bip39-standalone.html index 11e9b2a..a3bedf1 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -14678,7 +14678,6 @@ var Mnemonic = function(language) { function networkChanged(e) { var network = e.target.value; networks[network].onSelect(); - setBip44DerivationPath(); delayedPhraseChanged(); } diff --git a/src/js/index.js b/src/js/index.js index 4f1ab24..d72e70b 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -72,7 +72,6 @@ function networkChanged(e) { var network = e.target.value; networks[network].onSelect(); - setBip44DerivationPath(); delayedPhraseChanged(); }