Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/ethapi: refactor
TxArgs.setCancunFeeDefaults
(#30541)
calculating a reasonable tx blob fee cap (`max_blob_fee_per_gas * total_blob_gas`) only depends on the excess blob gas of the parent header. The parent header is assumed to be correct, so the method should not be able to fail and return an error.
- Loading branch information