diff --git a/eth/tracers/internal/tracetest/selfdestruct_state_test.go b/eth/tracers/internal/tracetest/selfdestruct_state_test.go index de0a713f6c..2c714b6dce 100644 --- a/eth/tracers/internal/tracetest/selfdestruct_state_test.go +++ b/eth/tracers/internal/tracetest/selfdestruct_state_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 The go-ethereum Authors +// Copyright 2025 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum library is free software: you can redistribute it and/or modify diff --git a/eth/tracers/internal/tracetest/selfdestruct_test_contracts/factorySelfDestructBalanceCheck.yul b/eth/tracers/internal/tracetest/selfdestruct_test_contracts/factorySelfDestructBalanceCheck.yul index 1b4ab41cc3..46f4628419 100644 --- a/eth/tracers/internal/tracetest/selfdestruct_test_contracts/factorySelfDestructBalanceCheck.yul +++ b/eth/tracers/internal/tracetest/selfdestruct_test_contracts/factorySelfDestructBalanceCheck.yul @@ -26,7 +26,7 @@ object "FactorySelfDestructBalanceCheck" { pop(call(gas(), contractAddr, 50, 0, 0, 0, 0)) // Check balance again after sending funds - // Store in slot 1 to verify it's 50 (new funds not burnt) + // Store in slot 1 to verify it's 0 (funds sent to destroyed contract are burnt) sstore(1, balance(contractAddr)) stop()