mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
Revert PR #486
This commit is contained in:
@@ -209,7 +209,12 @@
|
|||||||
var network = networks[networkIndex];
|
var network = networks[networkIndex];
|
||||||
network.onSelect();
|
network.onSelect();
|
||||||
adjustNetworkForSegwit();
|
adjustNetworkForSegwit();
|
||||||
rootKeyChanged();
|
if (seed != null) {
|
||||||
|
phraseChanged();
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
rootKeyChanged();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function bip32ClientChanged(e) {
|
function bip32ClientChanged(e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user