Skip to content

Commit af7e2f8

Browse files
committed
f sp
1 parent bc3f582 commit af7e2f8

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
@@ -3162,7 +3162,7 @@ macro_rules! handle_error {
31623162
/// [`ChannelMonitor`]/channel funding transaction) to begin with.
31633163
///
31643164
/// For non-coop-close cases, you should generally prefer to call `convert_channel_err` and
3165-
/// [`handle_error`] instead (which delgate to this and [`ChannelManager::finish_close_channel`]),
3165+
/// [`handle_error`] instead (which delegate to this and [`ChannelManager::finish_close_channel`]),
31663166
/// as they ensure the relevant messages go out as well. In a coop close case, calling this
31673167
/// directly avoids duplicate error messages.
31683168
#[rustfmt::skip]

0 commit comments

Comments
 (0)