We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PayloadError::PrePragueBlockWithEip7702Transactions
1 parent 4a0a641 commit bad667eCopy full SHA for bad667e
crates/rpc-types-engine/src/payload.rs
@@ -813,6 +813,9 @@ pub enum PayloadError {
813
/// cancun fields missing in post-cancun payload.
814
#[error("cancun fields missing in post-cancun payload")]
815
PostCancunWithoutCancunFields,
816
+ /// blob transactions present in pre-prague payload.
817
+ #[error("eip 7702 transactions present in pre-prague payload")]
818
+ PrePragueBlockWithEip7702Transactions,
819
820
/// Invalid payload block hash.
821
#[error("block hash mismatch: want {consensus}, got {execution}")]
0 commit comments