diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-06-14 21:21:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-14 21:21:16 +0200 |
| commit | b319dbb1b20bb2c8d9cfd45c3b17d2d8f78e91ab (patch) | |
| tree | 9431712dce46499425d401a4e7359264ee6e6374 /main.qml | |
| parent | 7c379e2cdaafc0cd618dbaab466625aa76c918bf (diff) | |
| download | monzero-gui-b319dbb1b20bb2c8d9cfd45c3b17d2d8f78e91ab.tar.gz monzero-gui-b319dbb1b20bb2c8d9cfd45c3b17d2d8f78e91ab.tar.xz monzero-gui-b319dbb1b20bb2c8d9cfd45c3b17d2d8f78e91ab.zip | |
main: fixes bug not accepting new restore height
Diffstat (limited to 'main.qml')
| -rw-r--r-- | main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
