From cfdde4333e40186f11594427ff81c7815e8f0a85 Mon Sep 17 00:00:00 2001 From: Tuna Date: Wed, 30 May 2018 14:24:47 +0700 Subject: [PATCH] golint fix --- miner/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner/worker.go b/miner/worker.go index de5c162827..40d2b63dad 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -409,7 +409,7 @@ func (self *worker) commitNewWork() { return } if !clique.YourTurn(snap, parent.Coinbase(), self.coinbase) { - log.Info("Not our turn to commit block", "wait") + log.Info("Not our turn to commit block", "wait", nil) return } }