mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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