Merge pull request #3822

de49ddc WizardRestoreWallet3: remove unused code (rating89us)
This commit is contained in:
luigi1111 2022-01-24 15:25:19 -05:00
commit e9afaa9cc8
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 0 additions and 5 deletions

View File

@ -42,11 +42,6 @@ Rectangle {
property string viewName: "wizardRestoreWallet3"
property int recoveryMode: 1
function verify() {
// @TODO: check if walletName already exists in walletLocation
return walletName.text !== '';
}
ColumnLayout {
id: pageRoot
Layout.alignment: Qt.AlignHCenter;