Skip to content

Commit ea55b21

Browse files
add function comment
1 parent 6a20eea commit ea55b21

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

consensus/src/marshal/ancestry.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ impl<D: Digest> ExpectedParent<D> {
7474
}
7575
}
7676

77+
// Builds a pending parent fetch that records successful fetch latency and carries the
78+
// expected relationship for validation when the parent is delivered.
7779
fn timed_parent_fetch<C, M>(
7880
clock: &Arc<C>,
7981
marshal: &M,

0 commit comments

Comments
 (0)