chore: remove unused PreCancunBlock beacon error (#9880)

This commit is contained in:
Dan Cline
2024-07-29 18:02:29 -04:00
committed by GitHub
parent 85b326756d
commit 5b0f6a2885
2 changed files with 1 additions and 24 deletions

View File

@ -87,9 +87,6 @@ pub enum BeaconOnNewPayloadError {
/// Thrown when the engine task is unavailable/stopped.
#[error("beacon consensus engine task stopped")]
EngineUnavailable,
/// Thrown when a block has blob transactions, but is not after the Cancun fork.
#[error("block has blob transactions, but is not after the Cancun fork")]
PreCancunBlockWithBlobTransactions,
/// An internal error occurred, not necessarily related to the payload.
#[error(transparent)]
Internal(Box<dyn std::error::Error + Send + Sync>),