Skip to content

Commit 01fe9ba

Browse files
authored
Merge pull request #1955 from TheBlueMatt/2023-01-1950-message-text
Fix link text in `reply_short_channel_ids_end`
2 parents 6742bd5 + 8ecd717 commit 01fe9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/msgs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ pub struct QueryShortChannelIds {
814814
pub short_channel_ids: Vec<u64>,
815815
}
816816

817-
/// A [`reply_short_channel_ids_end message`] is sent as a reply to a
817+
/// A [`reply_short_channel_ids_end`] message is sent as a reply to a
818818
/// message. The query recipient makes a best
819819
/// effort to respond based on their local network view which may not be
820820
/// a perfect view of the network.

0 commit comments

Comments
 (0)