Merge pull request #486 from secinthenet/fix-seed-only-coin-switch

fix "blank mnemonic" error when only using a BIP39 seed (no mnemonic phrase) and then changing the coin
This commit is contained in:
iancoleman
2021-05-07 09:34:41 +10:00
committed by GitHub

View File

@@ -209,13 +209,8 @@
var network = networks[networkIndex];
network.onSelect();
adjustNetworkForSegwit();
if (seed != null) {
phraseChanged();
}
else {
rootKeyChanged();
}
}
function bip32ClientChanged(e) {
var clientIndex = DOM.bip32Client.val();