Merge pull request #1867

600c5a7 mining: optimize update function, improve performance (mmbyday)
This commit is contained in:
luigi1111
2019-01-09 17:44:31 -06:00
3 changed files with 7 additions and 6 deletions

View File

@@ -399,6 +399,9 @@ ApplicationWindow {
if (!walletInitialized) {
currentWallet.history.refresh(currentWallet.currentSubaddressAccount)
walletInitialized = true
// check if daemon was already mining and add mining logo if true
middlePanel.miningView.update();
}
}