remove TODO that is no longer relevant

This commit is contained in:
Jared Wasinger 2025-12-18 12:16:18 -08:00
parent 115bc8ed33
commit 3857eb2e61

View file

@ -229,8 +229,6 @@ func makeSelfdestructGasFn(refundsEnabled bool) gasFunc {
gas uint64 gas uint64
address = common.Address(stack.peek().Bytes20()) 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 { if evm.readOnly {
return 0, ErrWriteProtection return 0, ErrWriteProtection
} }