From b319dbb1b20bb2c8d9cfd45c3b17d2d8f78e91ab Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Mon, 14 Jun 2021 21:21:16 +0200 Subject: [PATCH] main: fixes bug not accepting new restore height --- main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/main.qml b/main.qml index 55d6bfee..5c7d2285 100644 --- a/main.qml +++ b/main.qml @@ -359,6 +359,7 @@ ApplicationWindow { middlePanel.getProofClicked.connect(handleGetProof); middlePanel.checkProofClicked.connect(handleCheckProof); + persistentSettings.restore_height = currentWallet.walletCreationHeight; console.log("Recovering from seed: ", persistentSettings.is_recovering) console.log("restore Height", persistentSettings.restore_height)