remove TODO that is no longer relevant

This commit is contained in:
Jared Wasinger 2025-12-18 12:16:18 -08:00
parent 158e44a531
commit 54d9e4ff40

View file

@ -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
}