aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/gui.go
diff options
context:
space:
mode:
authorAlexandre Van de Sande <alex.vandesande@ethdev.com>2015-03-03 05:39:07 +0800
committerAlexandre Van de Sande <alex.vandesande@ethdev.com>2015-03-03 05:39:07 +0800
commit21c373b55dc8543fb97ebf3c66128506d4f74d0a (patch)
tree35e73be31294b4726e6a42161ffcd513c8fe3807 /cmd/mist/gui.go
parentdea65840186fe861017524c9cb59ae07ac97ed06 (diff)
downloaddexon-21c373b55dc8543fb97ebf3c66128506d4f74d0a.tar.gz
dexon-21c373b55dc8543fb97ebf3c66128506d4f74d0a.tar.zst
dexon-21c373b55dc8543fb97ebf3c66128506d4f74d0a.zip
Network Health Panel with mining
Diffstat (limited to 'cmd/mist/gui.go')
-rw-r--r--cmd/mist/gui.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/mist/gui.go b/cmd/mist/gui.go
index 4af0cff43..e4b7a7ccb 100644
--- a/cmd/mist/gui.go
+++ b/cmd/mist/gui.go
@@ -419,8 +419,7 @@ func (gui *Gui) update() {
case <-generalUpdateTicker.C:
statusText := "#" + gui.eth.ChainManager().CurrentBlock().Number().String()
lastBlockLabel.Set("text", statusText)
- miningLabel.Set("text", "Mining @ "+strconv.FormatInt(gui.uiLib.Miner().HashRate(), 10)+"/Khash")
-
+ //miningLabel.Set("text", strconv.FormatInt(gui.uiLib.Miner().HashRate(), 10))
case <-statsUpdateTicker.C:
gui.setStatsPane()
}