mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): weekly cargo update (#4627)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
committed by
GitHub
parent
f7b28e5925
commit
a55f48cf28
@ -175,6 +175,8 @@ impl PayloadBuilderAttributes {
|
||||
basefee: U256::from(
|
||||
parent.next_block_base_fee(chain_spec.base_fee_params).unwrap_or_default(),
|
||||
),
|
||||
// calculate excess gas based on parent block's blob gas usage
|
||||
excess_blob_gas: parent.next_block_blob_fee().map(|fee| fee.saturating_to()),
|
||||
};
|
||||
|
||||
(cfg, block_env)
|
||||
|
||||
Reference in New Issue
Block a user