Merge pull request #1878

77cd521 Wizard/Device: set estimated restore height if none is provided (selsta)
This commit is contained in:
luigi1111
2019-01-21 14:48:08 -06:00
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 {