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 }