mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
main: fixes bug not accepting new restore height
This commit is contained in:
parent
7c379e2cda
commit
b319dbb1b2
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.getProofClicked.connect(handleGetProof);
|
||||||
middlePanel.checkProofClicked.connect(handleCheckProof);
|
middlePanel.checkProofClicked.connect(handleCheckProof);
|
||||||
|
|
||||||
|
persistentSettings.restore_height = currentWallet.walletCreationHeight;
|
||||||
|
|
||||||
console.log("Recovering from seed: ", persistentSettings.is_recovering)
|
console.log("Recovering from seed: ", persistentSettings.is_recovering)
|
||||||
console.log("restore Height", persistentSettings.restore_height)
|
console.log("restore Height", persistentSettings.restore_height)
|
||||||
|
|
Loading…
Reference in a new issue