Wizard/Device: set estimated restore height if none is provided

requires #5034
This commit is contained in:
selsta
2019-01-02 10:12:21 +01:00
parent 97de72b27d
commit 77cd521ffe
2 changed files with 1 additions and 3 deletions

View File

@@ -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 {