Skip to content

Commit

Permalink
Update core/state_transition.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marius van der Wijden <[email protected]>
  • Loading branch information
s1na and MariusVanDerWijden authored Jan 3, 2025
1 parent f3ebd18 commit 7991d9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/state_transition.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ func (result *ExecutionResult) Revert() []byte {
return common.CopyBytes(result.ReturnData)
}

// IntrinsicGas computes the 'intrinsic gas' for a message with the given data.
// IntrinsicGas computes the 'intrinsic gas' and the number of tokens for EIP-7623
// for a message with the given data.
func IntrinsicGas(data []byte, accessList types.AccessList, authList []types.SetCodeAuthorization, isContractCreation, isHomestead, isEIP2028, isEIP3860 bool) (uint64, uint64, error) {
// Set the starting gas for the raw transaction
var (
Expand Down

0 comments on commit 7991d9e

Please sign in to comment.