Wallet: implement async wallet storing

This commit is contained in:
xiphon
2020-04-26 02:23:51 +00:00
parent 4141832a4d
commit cfdba59584
6 changed files with 61 additions and 38 deletions

View File

@@ -78,8 +78,9 @@ Rectangle {
}
onNextClicked: {
wizardController.recoveryWallet();
wizardController.writeWallet();
wizardController.useMoneroClicked();
wizardController.writeWallet(function() {
wizardController.useMoneroClicked();
});
}
}
}