This commit is contained in:
Kevaundray Wedderburn 2026-03-16 11:48:20 +00:00
parent 213429e240
commit e7adb004a4

View file

@ -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")