Skip to content

Commit 5fc55c3

Browse files
committed
f doc change
1 parent 529aa65 commit 5fc55c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/channel.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -3798,8 +3798,8 @@ impl<Signer: Sign> Channel<Signer> {
37983798
/// May panic if some calls other than message-handling calls (which will all Err immediately)
37993799
/// have been called between remove_uncommitted_htlcs_and_mark_paused and this call.
38003800
///
3801-
/// Some random links that are printed in log lines so should pass link tests (when run with
3802-
/// `cargo doc --document-private-items`):
3801+
/// Some links are printed in log lines are included here to check them during build (when run
3802+
/// with `cargo doc --document-private-items`):
38033803
/// [`super::channelmanager::ChannelManager::force_close_without_broadcasting_txn`] and
38043804
/// [`super::channelmanager::ChannelManager::force_close_all_channels_without_broadcasting_txn`].
38053805
pub fn channel_reestablish<L: Deref>(&mut self, msg: &msgs::ChannelReestablish, logger: &L,

0 commit comments

Comments
 (0)