diff --git a/wizard/WizardRecoveryWallet.qml b/wizard/WizardRecoveryWallet.qml index 92e1e751..34fd580e 100644 --- a/wizard/WizardRecoveryWallet.qml +++ b/wizard/WizardRecoveryWallet.qml @@ -45,7 +45,10 @@ Item { // reset account name field uiItem.accountNameText = defaultAccountName // Empty seedText - uiItem.wordsTextItem.memoText = ""; + uiItem.wordsTextItem.memoText = "" + uiItem.recoverFromKeysAddress = "" + uiItem.recoverFromKeysSpendKey = "" + uiItem.recoverFromKeysViewKey = "" } function onPageOpened(settingsObject) {