removed daemon-blockchain-progress rests

This commit is contained in:
Jacob Brydolf 2016-10-08 02:04:23 +02:00 committed by Ilya Kitaev
parent 38d9034470
commit 883762cad0

View file

@ -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){