We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fa84a commit 8249aa1Copy full SHA for 8249aa1
lightning/src/routing/router.rs
@@ -1503,7 +1503,7 @@ enum CandidateHopId {
1503
///
1504
/// [`NodeCounters::private_node_counter_from_pubkey`], specifically, will return `Some` iff
1505
/// [`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
+/// [`NodeCountersBuilder::node_counter_from_id`]). It will also return a cached copy of the
1507
/// [`PublicKey`] -> [`NodeId`] conversion.
1508
struct NodeCounters<'a> {
1509
network_graph: &'a ReadOnlyNetworkGraph<'a>,
0 commit comments