Skip to content

Commit

Permalink
f ugh internal comment sp...
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Jun 24, 2022
1 parent 9a207bb commit 162024b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightning/src/ln/channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3798,8 +3798,8 @@ impl<Signer: Sign> Channel<Signer> {
/// May panic if some calls other than message-handling calls (which will all Err immediately)
/// have been called between remove_uncommitted_htlcs_and_mark_paused and this call.
///
/// Some links are printed in log lines are included here to check them during build (when run
/// with `cargo doc --document-private-items`):
/// Some links printed in log lines are included here to check them during build (when run with
/// `cargo doc --document-private-items`):
/// [`super::channelmanager::ChannelManager::force_close_without_broadcasting_txn`] and
/// [`super::channelmanager::ChannelManager::force_close_all_channels_without_broadcasting_txn`].
pub fn channel_reestablish<L: Deref>(&mut self, msg: &msgs::ChannelReestablish, logger: &L,
Expand Down

0 comments on commit 162024b

Please sign in to comment.