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 } }