mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
golint fix
This commit is contained in:
parent
5494d3a7d0
commit
cfdde4333e
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