From 11bd9dded36c694afbc8b1b550e690976f8d25f0 Mon Sep 17 00:00:00 2001 From: Roman Krasiuk Date: Wed, 15 Jan 2025 19:32:13 +0100 Subject: [PATCH] fix(builder): prague blob params activation (#13810) --- 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 7d49570ff..7f529aada 100644 --- a/crates/ethereum/payload/src/lib.rs +++ b/crates/ethereum/payload/src/lib.rs @@ -429,7 +429,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