Skip to content

Commit 5cb0896

Browse files
mattsseshekhirin
andauthored
Update crates/engine/tree/src/tree/mod.rs
Co-authored-by: Alexey Shekhirin <[email protected]>
1 parent 268162e commit 5cb0896

File tree

1 file changed

+1
-1
lines changed
  • crates/engine/tree/src/tree

1 file changed

+1
-1
lines changed

crates/engine/tree/src/tree/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2362,7 +2362,7 @@ where
23622362
match self.insert_block(block) {
23632363
Ok(InsertPayloadOk::Inserted(BlockStatus::Valid)) => {
23642364
// check if we just inserted a block that's part of sync targets,
2365-
// head,safe,finalized
2365+
// i.e. head, safe, or finalized
23662366
if let Some(sync_target) = self.state.forkchoice_state_tracker.sync_target_state() &&
23672367
sync_target.contains(block_num_hash.hash)
23682368
{

0 commit comments

Comments
 (0)