Skip to content

Commit 3f69a55

Browse files
committed
f sp
1 parent 6c2e77a commit 3f69a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3164,7 +3164,7 @@ macro_rules! handle_error {
31643164
/// [`ChannelMonitor`]/channel funding transaction) to begin with.
31653165
///
31663166
/// For non-coop-close cases, you should generally prefer to call `convert_channel_err` and
3167-
/// [`handle_error`] instead (which delgate to this and [`ChannelManager::finish_close_channel`]),
3167+
/// [`handle_error`] instead (which delegate to this and [`ChannelManager::finish_close_channel`]),
31683168
/// as they ensure the relevant messages go out as well. In a coop close case, calling this
31693169
/// directly avoids duplicate error messages.
31703170
#[rustfmt::skip]

0 commit comments

Comments
 (0)