From f241a76f4a26a730630b4263dac448ad2b1dd89d Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Fri, 12 Jan 2024 16:24:42 +0330 Subject: [PATCH] fix comment' --- core/state/metadata.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/state/metadata.go b/core/state/metadata.go index 6e7a717794..2d1cd9c656 100644 --- a/core/state/metadata.go +++ b/core/state/metadata.go @@ -58,8 +58,6 @@ const ( // BalanceIncreaseSelfdestruct is added to the recipient as indicated by a selfdestructing account. BalanceIncreaseSelfdestruct BalanceChangeReason = 12 // BalanceDecreaseSelfdestruct is deducted from a contract due to self-destruct. - // This can happen either at the point of self-destruction, or at the end of the tx - // if ether was sent to contract post-selfdestruct. BalanceDecreaseSelfdestruct BalanceChangeReason = 13 // BalanceDecreaseSelfdestructBurn is ether that is sent to an already self-destructed // account within the same tx (captured at end of tx).