diff --git a/src/js/index.js b/src/js/index.js index 1f2f0fd..e46c3d5 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -209,7 +209,12 @@ var network = networks[networkIndex]; network.onSelect(); adjustNetworkForSegwit(); - rootKeyChanged(); + if (seed != null) { + phraseChanged(); + } + else { + rootKeyChanged(); + } } function bip32ClientChanged(e) {