We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab127e8 commit 88d0345Copy full SHA for 88d0345
lightning/src/routing/gossip.rs
@@ -212,7 +212,7 @@ pub enum NetworkUpdate {
212
msg: ChannelUpdate,
213
},
214
/// An error indicating that a channel failed to route a payment, which should be applied via
215
- /// [`NetworkGraph::channel_failed`].
+ /// [`NetworkGraph::channel_failed_permanent`] if permanent.
216
ChannelFailure {
217
/// The short channel id of the closed channel.
218
short_channel_id: u64,
0 commit comments