mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-26 04:42:56 +00:00
core/tracing: fix NonceChangeAuthorization comment (#34085)
Comment referenced NonceChangeTransaction which doesn't exist, should be NonceChangeAuthorization.
This commit is contained in:
parent
8f9061f937
commit
5d0e18f775
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 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
|
||||
|
||||
// NonceChangeRevert is emitted when the nonce is reverted back to a previous value due to call failure.
|
||||
|
|
|
|||
Loading…
Reference in a new issue