mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +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
|
// codebase, inherently breaking if the engine is swapped out. Please put common
|
||||||
// error types into the consensus package.
|
// error types into the consensus package.
|
||||||
var (
|
var (
|
||||||
errTooManyUncles = errors.New("too many uncles")
|
|
||||||
errInvalidNonce = errors.New("invalid nonce")
|
errInvalidNonce = errors.New("invalid nonce")
|
||||||
errInvalidUncleHash = errors.New("invalid uncle hash")
|
errInvalidUncleHash = errors.New("invalid uncle hash")
|
||||||
errInvalidTimestamp = errors.New("invalid timestamp")
|
errInvalidTimestamp = errors.New("invalid timestamp")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue