diff --git a/beacon_node/execution_layer/src/eip8025/types.rs b/beacon_node/execution_layer/src/eip8025/types.rs index c7d60b9f3ad..053a6b57167 100644 --- a/beacon_node/execution_layer/src/eip8025/types.rs +++ b/beacon_node/execution_layer/src/eip8025/types.rs @@ -204,6 +204,11 @@ pub enum FailureReason { ProvingTimeout, /// A general error occurred during proving. ProvingError, + /// An internal error occurred in the proof engine. + InternalError, + /// Unknown failure reason + #[serde(other)] + Unknown, } /// Deserialize `proof_type` from either a string (`"reth-sp1"`) or a