golint fix

This commit is contained in:
AnilChinchawale 2018-07-07 16:14:53 +05:30
parent 91aa7c65ef
commit 2a878bb7a7

View file

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