good morning!!!!

Skip to content
Snippets Groups Projects
Commit 44b83c6e authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Removed unused variables

parent 178798ef
Branches
Tags
No related merge requests found
...@@ -32,7 +32,6 @@ import ( ...@@ -32,7 +32,6 @@ import (
"path" "path"
"runtime" "runtime"
"sort" "sort"
"strconv"
"time" "time"
"github.com/ethereum/go-ethereum/core" "github.com/ethereum/go-ethereum/core"
...@@ -388,7 +387,7 @@ func (gui *Gui) update() { ...@@ -388,7 +387,7 @@ func (gui *Gui) update() {
statsUpdateTicker := time.NewTicker(5 * time.Second) statsUpdateTicker := time.NewTicker(5 * time.Second)
lastBlockLabel := gui.getObjectByName("lastBlockLabel") lastBlockLabel := gui.getObjectByName("lastBlockLabel")
miningLabel := gui.getObjectByName("miningLabel") //miningLabel := gui.getObjectByName("miningLabel")
events := gui.eth.EventMux().Subscribe( events := gui.eth.EventMux().Subscribe(
core.ChainEvent{}, core.ChainEvent{},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment