aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardRestoreWallet1.qml
diff options
context:
space:
mode:
authordsc <xmrdsc@protonmail.com>2019-03-01 09:09:02 +0100
committerdsc <xmrdsc@protonmail.com>2019-03-01 09:13:36 +0100
commit0d24f642c3e81af8fc61a898c4e69df2bc91fc8b (patch)
tree53a8411c2052b85ee5373af0342d2ca7cf3aa0ee /wizard/WizardRestoreWallet1.qml
parent07df0f41bf8d5f735480289854f08f9e19356d39 (diff)
downloadmonzero-gui-0d24f642c3e81af8fc61a898c4e69df2bc91fc8b.tar.gz
monzero-gui-0d24f642c3e81af8fc61a898c4e69df2bc91fc8b.tar.xz
monzero-gui-0d24f642c3e81af8fc61a898c4e69df2bc91fc8b.zip
invalidate wallet name after creation
Diffstat (limited to 'wizard/WizardRestoreWallet1.qml')
-rw-r--r--wizard/WizardRestoreWallet1.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardRestoreWallet1.qml b/wizard/WizardRestoreWallet1.qml
index cff87b4d..95e125fe 100644
--- a/wizard/WizardRestoreWallet1.qml
+++ b/wizard/WizardRestoreWallet1.qml
@@ -305,6 +305,7 @@ Rectangle {
function onPageCompleted(previousView){
if(previousView.viewName == "wizardHome"){
// cleanup
+ walletInput.reset();
seedInput.text = "";
addressLine.text = "";
spendKeyLine.text = "";