aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWallet.qml
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2016-12-04 13:13:59 +0100
committerJaquee <jaquee.monero@gmail.com>2016-12-13 23:45:37 +0100
commiteb97bda3a369c03d092ce92dcc0b3e28fdd57a8a (patch)
tree7d67822f45b7977e3ba3cc12fb0ecceb95fb03e0 /wizard/WizardCreateWallet.qml
parentead9bd70be47be3403e296ae14ea1b03bfa80bf7 (diff)
downloadmonzero-gui-eb97bda3a369c03d092ce92dcc0b3e28fdd57a8a.tar.gz
monzero-gui-eb97bda3a369c03d092ce92dcc0b3e28fdd57a8a.tar.xz
monzero-gui-eb97bda3a369c03d092ce92dcc0b3e28fdd57a8a.zip
code clean up and wallet close consistency
Diffstat (limited to 'wizard/WizardCreateWallet.qml')
-rw-r--r--wizard/WizardCreateWallet.qml2
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")
}