Merge pull request #1962

05f0f82 Save wallet password (xmrdsc)
This commit is contained in:
luigi1111
2019-02-25 14:36:45 -06:00
3 changed files with 5 additions and 1 deletions

View File

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