mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user