diff --git a/crates/primitives/src/result.rs b/crates/primitives/src/result.rs index 293b26ff91..4e5c1d93f6 100644 --- a/crates/primitives/src/result.rs +++ b/crates/primitives/src/result.rs @@ -122,7 +122,6 @@ impl Output { #[derive(Debug, Copy, Clone, PartialEq, Eq)] #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))] -#[non_exhaustive] pub enum EVMError { Transaction(InvalidTransaction), /// `prevrandao` is not set for Merge and above.