mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
removed daemon-blockchain-progress rests
This commit is contained in:
parent
38d9034470
commit
883762cad0
1 changed files with 0 additions and 4 deletions
4
main.qml
4
main.qml
|
@ -252,10 +252,6 @@ ApplicationWindow {
|
|||
console.log("wallet stored after first successfull refresh")
|
||||
}
|
||||
|
||||
var dCurrentBlock = currentWallet.daemonBlockChainHeight();
|
||||
var dTargetBlock = currentWallet.daemonBlockChainTargetHeight();
|
||||
leftPanel.daemonProgress.updateProgress(dCurrentBlock,dTargetBlock);
|
||||
|
||||
// Store wallet after first refresh. To prevent broken wallet after a crash
|
||||
// TODO: Move this to libwallet?
|
||||
if(isNewWallet && currentWallet.blockChainHeight() > 0){
|
||||
|
|
Loading…
Reference in a new issue