From e7adb004a43e28e13843406bad45311743bc84e5 Mon Sep 17 00:00:00 2001 From: Kevaundray Wedderburn Date: Mon, 16 Mar 2026 11:48:20 +0000 Subject: [PATCH] lint --- consensus/beacon/consensus.go | 1 - 1 file changed, 1 deletion(-) diff --git a/consensus/beacon/consensus.go b/consensus/beacon/consensus.go index 2ae58100d6..d46be8036d 100644 --- a/consensus/beacon/consensus.go +++ b/consensus/beacon/consensus.go @@ -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")