core/tracing: add generated stringer for nonce change reason

This commit is contained in:
lightclient 2026-01-16 11:56:52 -07:00
parent 1b6b31dd95
commit 2f6ba1f9da
No known key found for this signature in database
GPG key ID: 657913021EF45A6A

View file

@ -15,11 +15,12 @@ func _() {
_ = x[NonceChangeNewContract-4] _ = x[NonceChangeNewContract-4]
_ = x[NonceChangeAuthorization-5] _ = x[NonceChangeAuthorization-5]
_ = x[NonceChangeRevert-6] _ = x[NonceChangeRevert-6]
_ = x[NonceChangeSelfdestruct-7]
} }
const _NonceChangeReason_name = "UnspecifiedGenesisEoACallContractCreatorNewContractAuthorizationRevert" const _NonceChangeReason_name = "UnspecifiedGenesisEoACallContractCreatorNewContractAuthorizationRevertSelfdestruct"
var _NonceChangeReason_index = [...]uint8{0, 11, 18, 25, 40, 51, 64, 70} var _NonceChangeReason_index = [...]uint8{0, 11, 18, 25, 40, 51, 64, 70, 82}
func (i NonceChangeReason) String() string { func (i NonceChangeReason) String() string {
if i >= NonceChangeReason(len(_NonceChangeReason_index)-1) { if i >= NonceChangeReason(len(_NonceChangeReason_index)-1) {