File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1495,8 +1495,9 @@ enum CandidateHopId {
1495
1495
///
1496
1496
/// This wrapper handles all this for us, allowing look-up of counters from the various contexts.
1497
1497
///
1498
- /// It is first built by passing all [`NodeId`]s that we'll ever care about either though
1499
- /// [`NodeCountersBuilder::node_counter_from_pubkey`] or
1498
+ /// It is first built by passing all [`NodeId`]s that we'll ever care about (which are not in our
1499
+ /// [`NetworkGraph`], e.g. those from first- and last-hop hints and blinded path introduction
1500
+ /// points) either though [`NodeCountersBuilder::node_counter_from_pubkey`] or
1500
1501
/// [`NodeCountersBuilder::node_counter_from_id`], then calling [`NodeCountersBuilder::build`] and
1501
1502
/// using the resulting [`NodeCounters`] to look up any counters.
1502
1503
///
You can’t perform that action at this time.
0 commit comments