Skip to content

Commit 7991d9e

Browse files
Update core/state_transition.go
Co-authored-by: Marius van der Wijden <[email protected]>
1 parent f3ebd18 commit 7991d9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: core/state_transition.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ func (result *ExecutionResult) Revert() []byte {
6666
return common.CopyBytes(result.ReturnData)
6767
}
6868

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

0 commit comments

Comments
 (0)