Skip to content

Commit b579dd5

Browse files
committed
f docs
1 parent 724d51b commit b579dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/gossip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ pub enum NetworkUpdate {
161161
is_permanent: bool,
162162
},
163163
/// An error indicating that a node failed to route a payment, which should be applied via
164-
/// [`NetworkGraph::node_failed`].
164+
/// [`NetworkGraph::node_failed_permanent`] if permanent.
165165
NodeFailure {
166166
/// The node id of the failed node.
167167
node_id: PublicKey,

0 commit comments

Comments
 (0)