add desc for revert change reason

This commit is contained in:
Sina Mahmoodi 2024-10-10 12:47:37 +02:00
parent d2ba76f7a6
commit a2ca5f81ff
1 changed files with 1 additions and 0 deletions

View File

@ -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
)