From 3857eb2e61b4ff7081392b6faee3c16ef8c8b35e Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Thu, 18 Dec 2025 12:16:18 -0800 Subject: [PATCH] remove TODO that is no longer relevant --- core/vm/operations_acl.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/vm/operations_acl.go b/core/vm/operations_acl.go index a161cbb514..0efd42a026 100644 --- a/core/vm/operations_acl.go +++ b/core/vm/operations_acl.go @@ -229,8 +229,6 @@ func makeSelfdestructGasFn(refundsEnabled bool) gasFunc { gas uint64 address = common.Address(stack.peek().Bytes20()) ) - // TODO: EEST test that performs selfdestruct within a static context. no reads should be reported - // This is probably covered in the converted blockchain tests but need to double-check if evm.readOnly { return 0, ErrWriteProtection }