mining: disable mining status check for remote nodes

This commit is contained in:
Jaquee 2017-01-28 18:32:38 +01:00
parent 2e3350c060
commit 03eaaa46e0

View file

@ -235,7 +235,7 @@ Rectangle {
console.log("Mining page loaded"); console.log("Mining page loaded");
update() update()
timer.running = true timer.running = isDaemonLocal()
} }
function onPageClosed() { function onPageClosed() {