diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-09-14 11:36:55 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-09-14 11:36:55 -0500 |
| commit | d313c2de377e5163a27835d28a835c274ee7abf4 (patch) | |
| tree | 6f4ddef5acf0cdffe049453dd4e85b177ee659e8 | |
| parent | 560dd09f8a48236f17adeefbc94f8a4758bb20bd (diff) | |
| parent | 248ec22eb5d4044fc4b8d5d81b1e230833be6b4f (diff) | |
| download | monzero-gui-d313c2de377e5163a27835d28a835c274ee7abf4.tar.gz monzero-gui-d313c2de377e5163a27835d28a835c274ee7abf4.tar.xz monzero-gui-d313c2de377e5163a27835d28a835c274ee7abf4.zip | |
Merge pull request #3085
248ec22 WizardController: delete duplicated line (line 67) (rating89us)
| -rw-r--r-- | wizard/WizardController.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml index b38d079f..ececc7b0 100644 --- a/wizard/WizardController.qml +++ b/wizard/WizardController.qml @@ -71,7 +71,6 @@ Rectangle { wizardController.walletOptionsDeviceName = ''; wizardController.walletOptionsDeviceIsRestore = false; wizardController.tmpWalletFilename = ''; - wizardController.walletRestoreMode = 'seed' wizardController.walletOptionsSubaddressLookahead = ''; disconnect(); |
