mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 13:47:25 -04:00
removed daemon-blockchain-progress rests
This commit is contained in:
committed by
Ilya Kitaev
parent
38d9034470
commit
883762cad0
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){
|
||||
|
||||
Reference in New Issue
Block a user