add desc for revert change reason
This commit is contained in:
parent
d2ba76f7a6
commit
a2ca5f81ff
|
@ -298,6 +298,7 @@ const (
|
||||||
BalanceDecreaseSelfdestructBurn BalanceChangeReason = 14
|
BalanceDecreaseSelfdestructBurn BalanceChangeReason = 14
|
||||||
|
|
||||||
// BalanceChangeRevert is emitted when the balance is reverted back to a previous value due to call failure.
|
// 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
|
BalanceChangeRevert BalanceChangeReason = 15
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue