mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-12 09:36:59 +00:00
Merge pull request #3563
b319dbb
main: fixes bug not accepting new restore height (rating89us)
This commit is contained in:
commit
752f1faa93
1 changed files with 1 additions and 0 deletions
1
main.qml
1
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)
|
||||
|
|
Loading…
Reference in a new issue