Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Dec 30, 2024
1 parent c66b2be commit de50253
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/networking/p2p/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ async fn download_and_run_blocks(
.drain(..block_bodies_len)
.zip(block_bodies.into_iter())
{
// We already validated that there are no more block bodies than the ones requested
let header = store
.get_block_header_by_hash(hash)?
.ok_or(SyncError::CorruptDB)?;
Expand Down

0 comments on commit de50253

Please sign in to comment.