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

@@ -694,8 +694,6 @@ Rectangle {
// Light wallet is always ready
pageRoot.enabled = true;
root.warningContent = "";
// check if daemon was already mining and add mining logo if true
middlePanel.miningView.update();
}
}
}