From d3400db5c020eaf6599f1039c08c41afe43abcaa Mon Sep 17 00:00:00 2001 From: mmbyday Date: Mon, 25 Feb 2019 08:30:59 -0800 Subject: [PATCH] wizardController: cleanup restart variables --- wizard/WizardController.qml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml index 87d96f70..34f534e0 100644 --- a/wizard/WizardController.qml +++ b/wizard/WizardController.qml @@ -51,6 +51,9 @@ Rectangle { wizardController.walletOptionsLocation = ''; wizardController.walletOptionsPassword = ''; wizardController.walletOptionsSeed = ''; + wizardController.walletOptionsRecoverAddress = '' + wizardController.walletOptionsRecoverViewkey = '' + wizardController.walletOptionsRecoverSpendkey = '' wizardController.walletOptionsBackup = ''; wizardController.walletRestoreMode = 'seed'; wizardController.walletOptionsRestoreHeight = 0; @@ -59,9 +62,8 @@ Rectangle { wizardController.walletOptionsDeviceName = ''; wizardController.tmpWalletFilename = ''; wizardController.walletRestoreMode = 'seed' - wizardController.walletOptionsSubaddressLookahead = ""; + wizardController.walletOptionsSubaddressLookahead = ''; wizardController.remoteNodes = {}; - wizardController.walletOptionsIsRecoveringFromDevice = false; } property var m_wallet;