Merge pull request #1959

47fcd31 wizardsummary: hide restore height when creating new wallet (mmbyday)
pull/2/head
luigi1111 5 years ago
commit a89ffd02d0
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -67,6 +67,7 @@ ColumnLayout {
Layout.fillWidth: true
header: qsTr("Restore height") + translationManager.emptyString
value: wizardController.walletOptionsRestoreHeight
visible: wizardStateView.state != "wizardCreateWallet4"
}
WizardSummaryItem {