From 54d9e4ff40ab9094f8b5d02cfdf1795b36a04e8e 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 11354d1421..654ea57730 100644 --- a/core/vm/operations_acl.go +++ b/core/vm/operations_acl.go @@ -258,8 +258,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 }