Skip to content

Commit

Permalink
Revert PR #486
Browse files Browse the repository at this point in the history
  • Loading branch information
iancoleman committed May 10, 2021
1 parent 83f2308 commit 941b099
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,12 @@
var network = networks[networkIndex];
network.onSelect();
adjustNetworkForSegwit();
rootKeyChanged();
if (seed != null) {
phraseChanged();
}
else {
rootKeyChanged();
}
}

function bip32ClientChanged(e) {
Expand Down

0 comments on commit 941b099

Please sign in to comment.