aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrating89us <45968869+rating89us@users.noreply.github.com>2021-06-14 21:21:16 +0200
committerGitHub <noreply@github.com>2021-06-14 21:21:16 +0200
commitb319dbb1b20bb2c8d9cfd45c3b17d2d8f78e91ab (patch)
tree9431712dce46499425d401a4e7359264ee6e6374
parent7c379e2cdaafc0cd618dbaab466625aa76c918bf (diff)
downloadmonzero-gui-b319dbb1b20bb2c8d9cfd45c3b17d2d8f78e91ab.tar.gz
monzero-gui-b319dbb1b20bb2c8d9cfd45c3b17d2d8f78e91ab.tar.xz
monzero-gui-b319dbb1b20bb2c8d9cfd45c3b17d2d8f78e91ab.zip
main: fixes bug not accepting new restore height
-rw-r--r--main.qml1
1 files changed, 1 insertions, 0 deletions
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)