From 2a878bb7a7c31d21a1cd6bcd8f0128817ff47d6e Mon Sep 17 00:00:00 2001 From: AnilChinchawale Date: Sat, 7 Jul 2018 16:14:53 +0530 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 5646fe82be..bb7cb25d05 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 } }