aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-01-02 10:12:21 +0100
committerselsta <selsta@sent.at>2019-01-02 10:12:21 +0100
commit77cd521ffeafa95bc2a49fd77a03cf6fa6688806 (patch)
tree6de63d339e4b548ced7311fab89948ba71a050ee /main.qml
parent97de72b27d56e7869c5e3c13ed3a15db033d0043 (diff)
downloadmonzero-gui-77cd521ffeafa95bc2a49fd77a03cf6fa6688806.tar.gz
monzero-gui-77cd521ffeafa95bc2a49fd77a03cf6fa6688806.tar.xz
monzero-gui-77cd521ffeafa95bc2a49fd77a03cf6fa6688806.zip
Wizard/Device: set estimated restore height if none is provided
requires #5034
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.qml b/main.qml
index d23cb5e5..34732d73 100644
--- a/main.qml
+++ b/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