Derivation path on network change is correct.

This closes #23
This commit is contained in:
Ian Coleman
2016-08-01 10:45:15 +10:00
parent 73161a9231
commit 47a56d9d97
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -72,7 +72,6 @@
function networkChanged(e) {
var network = e.target.value;
networks[network].onSelect();
setBip44DerivationPath();
delayedPhraseChanged();
}