From 7bca0a1a35241889753bd85c3fbaeaa502bc2e82 Mon Sep 17 00:00:00 2001 From: Roman Krasiuk Date: Wed, 15 Jan 2025 15:52:44 +0100 Subject: [PATCH] fix(builder): prague blob params activation --- crates/ethereum/payload/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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