Commit e9d8927c authored by Adrian Sutton's avatar Adrian Sutton Committed by GitHub

op-challenger: Remove TODO. (#8880)

Better covered by unit tests since the logic is more complex than original anticipated.
parent 4772d23e
......@@ -244,7 +244,6 @@ func TestOutputCannonProposedOutputRootValid(t *testing.T) {
// Attack everything but oddly using the correct hash.
// Except the root of the cannon game must have an invalid VM status code.
if claim.IsOutputRootLeaf(ctx) {
// TODO(client-pod#262): Verify that an attack with a valid status code is rejected
return claim.Attack(ctx, common.Hash{0x01})
}
return correctTrace.AttackClaim(ctx, claim)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment