We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788ecd6 commit 0261cdaCopy full SHA for 0261cda
1 file changed
consensus/proto_array/src/proto_array.rs
@@ -1053,8 +1053,8 @@ impl ProtoArray {
1053
} else {
1054
// If `node` is not the finalized block and its parent does not
1055
// 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.
+ // Proto-array only prunes blocks prior to the finalized block,
+ // so this means the parent conflicts with finality.
1058
return false;
1059
};
1060
}
0 commit comments