From eb97bda3a369c03d092ce92dcc0b3e28fdd57a8a Mon Sep 17 00:00:00 2001 From: Jaquee Date: Sun, 4 Dec 2016 13:13:59 +0100 Subject: code clean up and wallet close consistency --- wizard/WizardRecoveryWallet.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizard/WizardRecoveryWallet.qml') diff --git a/wizard/WizardRecoveryWallet.qml b/wizard/WizardRecoveryWallet.qml index c5ff8bc9..2c75225e 100644 --- a/wizard/WizardRecoveryWallet.qml +++ b/wizard/WizardRecoveryWallet.qml @@ -79,7 +79,7 @@ Item { settingsObject['wallet'] = wallet; settingsObject['is_recovering'] = true; } else { - walletManager.closeWallet(wallet); + walletManager.closeWallet(); } return success; } -- cgit v1.2.3