mining: optimize update function, improve performance

This commit is contained in:
mmbyday
2018-12-27 20:42:37 -08:00
parent 48a267f631
commit 600c5a76f1
3 changed files with 7 additions and 6 deletions

View File

@@ -394,6 +394,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();
}
}