mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 13:21:37 +00:00
lint
This commit is contained in:
parent
213429e240
commit
e7adb004a4
1 changed files with 0 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ var (
|
|||
// codebase, inherently breaking if the engine is swapped out. Please put common
|
||||
// error types into the consensus package.
|
||||
var (
|
||||
errTooManyUncles = errors.New("too many uncles")
|
||||
errInvalidNonce = errors.New("invalid nonce")
|
||||
errInvalidUncleHash = errors.New("invalid uncle hash")
|
||||
errInvalidTimestamp = errors.New("invalid timestamp")
|
||||
|
|
|
|||
Loading…
Reference in a new issue