diff options
| author | selsta <selsta@sent.at> | 2019-01-02 10:12:21 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-01-02 10:12:21 +0100 |
| commit | 77cd521ffeafa95bc2a49fd77a03cf6fa6688806 (patch) | |
| tree | 6de63d339e4b548ced7311fab89948ba71a050ee /wizard/WizardCreateWalletFromDevice.qml | |
| parent | 97de72b27d56e7869c5e3c13ed3a15db033d0043 (diff) | |
| download | monzero-gui-77cd521ffeafa95bc2a49fd77a03cf6fa6688806.tar.gz monzero-gui-77cd521ffeafa95bc2a49fd77a03cf6fa6688806.tar.xz monzero-gui-77cd521ffeafa95bc2a49fd77a03cf6fa6688806.zip | |
Wizard/Device: set estimated restore height if none is provided
requires #5034
Diffstat (limited to 'wizard/WizardCreateWalletFromDevice.qml')
| -rw-r--r-- | wizard/WizardCreateWalletFromDevice.qml | 1 |
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 { |
