From 47fcd318062d54931089bdd50e7bcfa86d48e4e0 Mon Sep 17 00:00:00 2001
From: mmbyday <mmbyday@protonmail.com>
Date: Sun, 24 Feb 2019 13:45:10 -0800
Subject: [PATCH] wizardsummary: hide restore height when creating new wallet

---
 wizard/WizardSummary.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/wizard/WizardSummary.qml b/wizard/WizardSummary.qml
index c3fd9b60..fb10cf60 100644
--- a/wizard/WizardSummary.qml
+++ b/wizard/WizardSummary.qml
@@ -67,6 +67,7 @@ ColumnLayout {
         Layout.fillWidth: true
         header: qsTr("Restore height") + translationManager.emptyString
         value: wizardController.walletOptionsRestoreHeight
+        visible: wizardStateView.state != "wizardCreateWallet4"
     }
 
     WizardSummaryItem {