Skip to content

Commit bd36423

Browse files
fjllightclient
authored andcommitted
core: add comment about 7702 state transition error
1 parent e7c0f80 commit bd36423

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/error.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ var (
123123
ErrAuthSignatureVeryHigh = errors.New("EIP-7702 authorization with R or S value greater than 2^256 - 1")
124124

125125
// EIP-7702 state transition errors:
126+
// Note these are just informational, and do not cause tx execution abort.
126127
ErrAuthorizationWrongChainID = errors.New("EIP-7702 authorization chain ID mismatch")
127128
ErrAuthorizationNonceOverflow = errors.New("EIP-7702 authorization nonce > 64 bit")
128129
ErrAuthorizationInvalidSignature = errors.New("EIP-7702 authorization has invalid signature")

0 commit comments

Comments
 (0)