Skip to content

Commit 8249aa1

Browse files
committed
f sp
1 parent e7fa84a commit 8249aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/router.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ enum CandidateHopId {
15031503
///
15041504
/// [`NodeCounters::private_node_counter_from_pubkey`], specifically, will return `Some` iff
15051505
/// [`NodeCountersBuilder::node_counter_from_pubkey`] was called on the same key (not
1506-
/// [`NodeCountersBuilder::node_counter_from_id`]). It will also returned a cached copy of the
1506+
/// [`NodeCountersBuilder::node_counter_from_id`]). It will also return a cached copy of the
15071507
/// [`PublicKey`] -> [`NodeId`] conversion.
15081508
struct NodeCounters<'a> {
15091509
network_graph: &'a ReadOnlyNetworkGraph<'a>,

0 commit comments

Comments
 (0)