Skip to content

Commit 162024b

Browse files
committed
f ugh internal comment sp...
1 parent 9a207bb commit 162024b

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 links are printed in log lines are included here to check them during build (when run
3802-
/// with `cargo doc --document-private-items`):
3801+
/// Some links printed in log lines are included here to check them during build (when run with
3802+
/// `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)