Save wallet password

This commit is contained in:
dsc
2019-02-25 16:15:52 +01:00
parent f3a47dbff8
commit 05f0f82bdc
3 changed files with 5 additions and 1 deletions

View File

@@ -69,6 +69,8 @@ Rectangle {
}
}
onNextClicked: {
wizardController.walletOptionsPassword = passwordFields.password;
if(appWindow.walletMode === 0 || appWindow.walletMode === 1){
wizardController.fetchRemoteNodes(function(){
wizardStateView.state = "wizardCreateWallet4";