diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/mist/gui.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/mist/gui.go b/cmd/mist/gui.go index e4b7a7ccb..35bfdf9a3 100644 --- a/cmd/mist/gui.go +++ b/cmd/mist/gui.go @@ -32,7 +32,6 @@ import ( "path" "runtime" "sort" - "strconv" "time" "github.com/ethereum/go-ethereum/core" @@ -388,7 +387,7 @@ func (gui *Gui) update() { statsUpdateTicker := time.NewTicker(5 * time.Second) lastBlockLabel := gui.getObjectByName("lastBlockLabel") - miningLabel := gui.getObjectByName("miningLabel") + //miningLabel := gui.getObjectByName("miningLabel") events := gui.eth.EventMux().Subscribe( core.ChainEvent{}, |