mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 02:10:46 +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
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue