From a2ca5f81ff1d2f766cb8846aaddce5020280a666 Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Thu, 10 Oct 2024 12:47:37 +0200 Subject: [PATCH] add desc for revert change reason --- core/tracing/hooks.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/tracing/hooks.go b/core/tracing/hooks.go index 3b69359f98..51bac8e7a6 100644 --- a/core/tracing/hooks.go +++ b/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 )