aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWalletFromDevice.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/WizardCreateWalletFromDevice.qml')
-rw-r--r--wizard/WizardCreateWalletFromDevice.qml1
1 files changed, 1 insertions, 0 deletions
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 {