We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268162e commit 5cb0896Copy full SHA for 5cb0896
crates/engine/tree/src/tree/mod.rs
@@ -2362,7 +2362,7 @@ where
2362
match self.insert_block(block) {
2363
Ok(InsertPayloadOk::Inserted(BlockStatus::Valid)) => {
2364
// check if we just inserted a block that's part of sync targets,
2365
- // head,safe,finalized
+ // i.e. head, safe, or finalized
2366
if let Some(sync_target) = self.state.forkchoice_state_tracker.sync_target_state() &&
2367
sync_target.contains(block_num_hash.hash)
2368
{
0 commit comments