wizard: fix restore from key and seed functionality

This commit is contained in:
mmbyday
2019-02-22 18:26:51 -08:00
parent c2889c2b81
commit 08ec5e99ac
5 changed files with 65 additions and 16 deletions

View File

@@ -75,6 +75,7 @@ Rectangle {
}
}
onNextClicked: {
wizardController.recoveryWallet();
wizardController.writeWallet();
wizardController.useMoneroClicked();
}