diff --git a/crates/ethereum/payload/src/lib.rs b/crates/ethereum/payload/src/lib.rs index 4f5fe530161a..242f666cbfe9 100644 --- a/crates/ethereum/payload/src/lib.rs +++ b/crates/ethereum/payload/src/lib.rs @@ -439,7 +439,7 @@ where .map_err(PayloadBuilderError::other)?; excess_blob_gas = if chain_spec.is_cancun_active_at_timestamp(parent_header.timestamp) { - let blob_params = if chain_spec.is_prague_active_at_timestamp(parent_header.timestamp) { + let blob_params = if chain_spec.is_prague_active_at_timestamp(attributes.timestamp) { BlobParams::prague() } else { // cancun