This commit is contained in:
Ian Coleman
2021-05-10 14:08:16 +10:00
parent 83f23081a3
commit 941b099f14

View File

@@ -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) {