code clean up and wallet close consistency

This commit is contained in:
Jaquee
2016-12-04 13:13:59 +01:00
parent ead9bd70be
commit eb97bda3a3
3 changed files with 20 additions and 61 deletions

View File

@@ -79,7 +79,7 @@ Item {
settingsObject['wallet'] = wallet;
settingsObject['is_recovering'] = true;
} else {
walletManager.closeWallet(wallet);
walletManager.closeWallet();
}
return success;
}