p2p: remove vestigial READ_STATUS_CHECKBLOCK_FAILED

Github-Pull: #32646
Rebased-From: 28299ce776
This commit is contained in:
Greg Sanders
2025-06-03 10:29:00 -04:00
committed by fanquake
parent 9b95ab5e9d
commit 4c940d4789
3 changed files with 1 additions and 20 deletions

View File

@@ -121,7 +121,6 @@ FUZZ_TARGET(partially_downloaded_block, .init = initialize_pdb)
assert(!fail_block_mutated);
assert(block->GetHash() == reconstructed_block.GetHash());
break;
case READ_STATUS_CHECKBLOCK_FAILED: [[fallthrough]];
case READ_STATUS_FAILED:
assert(fail_block_mutated);
break;