add desc for revert change reason

pull/30441/head
Sina Mahmoodi 5 months ago
parent d2ba76f7a6
commit a2ca5f81ff
  1. 1
      core/tracing/hooks.go

@ -298,6 +298,7 @@ const (
BalanceDecreaseSelfdestructBurn BalanceChangeReason = 14
// BalanceChangeRevert is emitted when the balance is reverted back to a previous value due to call failure.
// It is only emitted when the tracer has opted in to use the journaling wrapper.
BalanceChangeRevert BalanceChangeReason = 15
)

Loading…
Cancel
Save