Skip to content

Commit e7fa84a

Browse files
committed
f better docs
1 parent 2fbbfe5 commit e7fa84a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lightning/src/routing/router.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1495,8 +1495,9 @@ enum CandidateHopId {
14951495
///
14961496
/// This wrapper handles all this for us, allowing look-up of counters from the various contexts.
14971497
///
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
15001501
/// [`NodeCountersBuilder::node_counter_from_id`], then calling [`NodeCountersBuilder::build`] and
15011502
/// using the resulting [`NodeCounters`] to look up any counters.
15021503
///

0 commit comments

Comments
 (0)