We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd52b63 commit 11bd9ddCopy full SHA for 11bd9dd
crates/ethereum/payload/src/lib.rs
@@ -429,7 +429,7 @@ where
429
.map_err(PayloadBuilderError::other)?;
430
431
excess_blob_gas = if chain_spec.is_cancun_active_at_timestamp(parent_header.timestamp) {
432
- 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) {
433
BlobParams::prague()
434
} else {
435
// cancun
0 commit comments