forked from Public/monero-gui
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