From 77cd521ffeafa95bc2a49fd77a03cf6fa6688806 Mon Sep 17 00:00:00 2001 From: selsta Date: Wed, 2 Jan 2019 10:12:21 +0100 Subject: Wizard/Device: set estimated restore height if none is provided requires #5034 --- wizard/WizardCreateWalletFromDevice.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'wizard/WizardCreateWalletFromDevice.qml') diff --git a/wizard/WizardCreateWalletFromDevice.qml b/wizard/WizardCreateWalletFromDevice.qml index ae63e2a0..118ef125 100644 --- a/wizard/WizardCreateWalletFromDevice.qml +++ b/wizard/WizardCreateWalletFromDevice.qml @@ -96,6 +96,7 @@ ColumnLayout { var success = wallet.status === Wallet.Status_Ok; if (success) { m_wallet = wallet; + settingsObject['restore_height'] = m_wallet.walletCreationHeight; settingsObject['is_recovering_from_device'] = true; settingsObject['tmp_wallet_filename'] = tmp_wallet_filename } else { -- cgit v1.2.3