mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-18 12:51:39 +00:00
core/tracing: fix NonceChangeAuthorization comment
This commit is contained in:
parent
8f9061f937
commit
14a5c707ae
1 changed files with 1 additions and 1 deletions
|
|
@ -426,7 +426,7 @@ const (
|
||||||
// NonceChangeNewContract is the nonce change of a newly created contract.
|
// NonceChangeNewContract is the nonce change of a newly created contract.
|
||||||
NonceChangeNewContract NonceChangeReason = 4
|
NonceChangeNewContract NonceChangeReason = 4
|
||||||
|
|
||||||
// NonceChangeTransaction is the nonce change due to a EIP-7702 authorization.
|
// NonceChangeAuthorization is the nonce change due to a EIP-7702 authorization.
|
||||||
NonceChangeAuthorization NonceChangeReason = 5
|
NonceChangeAuthorization NonceChangeReason = 5
|
||||||
|
|
||||||
// NonceChangeRevert is emitted when the nonce is reverted back to a previous value due to call failure.
|
// NonceChangeRevert is emitted when the nonce is reverted back to a previous value due to call failure.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue