golint fix

This commit is contained in:
Tuna 2018-05-30 14:24:47 +07:00
parent 5494d3a7d0
commit cfdde4333e

View file

@ -409,7 +409,7 @@ func (self *worker) commitNewWork() {
return return
} }
if !clique.YourTurn(snap, parent.Coinbase(), self.coinbase) { 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 return
} }
} }