提交 44b83c6e 编写于 作者: O obscuren

Removed unused variables

上级 178798ef
......@@ -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{},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册