mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/evm/internal/t8ntool: update for blobfee -> blob base fee name change
This commit is contained in:
parent
816794f37c
commit
3b58b64683
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ func (pre *Prestate) Apply(vmConfig vm.Config, chainConfig *params.ChainConfig,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if vmContext.ExcessBlobGas != nil {
|
if vmContext.ExcessBlobGas != nil {
|
||||||
vmContext.BlobFee = eip4844.CalcBlobFee(*vmContext.ExcessBlobGas)
|
vmContext.BlobBaseFee = eip4844.CalcBlobFee(*vmContext.ExcessBlobGas)
|
||||||
}
|
}
|
||||||
// If DAO is supported/enabled, we need to handle it here. In geth 'proper', it's
|
// If DAO is supported/enabled, we need to handle it here. In geth 'proper', it's
|
||||||
// done in StateProcessor.Process(block, ...), right before transactions are applied.
|
// done in StateProcessor.Process(block, ...), right before transactions are applied.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue