Merge pull request #535

03eaaa4 mining: disable mining status check for remote nodes (Jaquee)
This commit is contained in:
Riccardo Spagni 2017-03-07 11:02:13 +00:00
commit a6f3510ee4
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

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