mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-26 23:58:46 -05:00
fix(builder): prague blob params activation (#13810)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user