aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 1f37d38..2e14a40 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -175,6 +175,10 @@
175 175
176 function delayedPhraseChanged() { 176 function delayedPhraseChanged() {
177 hideValidationError(); 177 hideValidationError();
178 seed = null;
179 bip32RootKey = null;
180 bip32ExtendedKey = null;
181 clearAddressesList();
178 showPending(); 182 showPending();
179 if (phraseChangeTimeoutEvent != null) { 183 if (phraseChangeTimeoutEvent != null) {
180 clearTimeout(phraseChangeTimeoutEvent); 184 clearTimeout(phraseChangeTimeoutEvent);