aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-02-25 14:39:04 -0600
committerluigi1111 <luigi1111w@gmail.com>2019-02-25 14:39:04 -0600
commitc2091e3a3369a59e16c196e872dd6c0d59b4a68a (patch)
treed50b2d9931695a439615fc11c5ed519a3cc8edf4 /wizard
parenta22203573fb1f915f3d962944e76a6234428aa7b (diff)
parentd3400db5c020eaf6599f1039c08c41afe43abcaa (diff)
downloadmonzero-gui-c2091e3a3369a59e16c196e872dd6c0d59b4a68a.tar.gz
monzero-gui-c2091e3a3369a59e16c196e872dd6c0d59b4a68a.tar.xz
monzero-gui-c2091e3a3369a59e16c196e872dd6c0d59b4a68a.zip
Merge pull request #1966
d3400db wizardController: cleanup restart variables (mmbyday)
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardController.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml
index bb073b66..c57ff042 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;