mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-06 15:57:26 -04:00
Wizard/Device: set estimated restore height if none is provided
requires #5034
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user