mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-20 13:44:31 +00:00
golint fix
This commit is contained in:
parent
91aa7c65ef
commit
2a878bb7a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue