Skip to content

Commit 0261cda

Browse files
committed
Fix comment
1 parent 788ecd6 commit 0261cda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

consensus/proto_array/src/proto_array.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,8 +1053,8 @@ impl ProtoArray {
10531053
} else {
10541054
// If `node` is not the finalized block and its parent does not
10551055
// exist in fork choice, then the parent must have been pruned.
1056-
// Since fork choice only prunes
1057-
// This indicates that the parent is not in the finalized chain.
1056+
// Proto-array only prunes blocks prior to the finalized block,
1057+
// so this means the parent conflicts with finality.
10581058
return false;
10591059
};
10601060
}

0 commit comments

Comments
 (0)