forked from Public/monero-gui
Wizard/Device: set estimated restore height if none is provided
requires #5034
This commit is contained in:
3
main.qml
3
main.qml
@@ -228,9 +228,6 @@ ApplicationWindow {
|
||||
if (typeof wizard.m_wallet !== 'undefined') {
|
||||
console.log("using wizard wallet")
|
||||
//Set restoreHeight
|
||||
if (persistentSettings.restore_height == 0 && persistentSettings.is_recovering_from_device && walletManager.localDaemonSynced()) {
|
||||
persistentSettings.restore_height = walletManager.blockchainHeight() - 1;
|
||||
}
|
||||
if(persistentSettings.restore_height > 0){
|
||||
// We store restore height in own variable for performance reasons.
|
||||
restoreHeight = persistentSettings.restore_height
|
||||
|
||||
Reference in New Issue
Block a user