diff options
Diffstat (limited to 'wizard/WizardCreateWallet.qml')
| -rw-r--r-- | wizard/WizardCreateWallet.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardCreateWallet.qml b/wizard/WizardCreateWallet.qml index 81ee9ba7..cf26c7bc 100644 --- a/wizard/WizardCreateWallet.qml +++ b/wizard/WizardCreateWallet.qml @@ -78,7 +78,7 @@ Item { // Always delete the wallet object before creating new - we could be stepping back from recovering wallet if (typeof settingsObject.wallet !== 'undefined') { - settingsObject.wallet.destroy() + walletManager.closeWallet() console.log("deleting wallet") } |
