We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3f582 commit af7e2f8Copy full SHA for af7e2f8
lightning/src/ln/channelmanager.rs
@@ -3162,7 +3162,7 @@ macro_rules! handle_error {
3162
/// [`ChannelMonitor`]/channel funding transaction) to begin with.
3163
///
3164
/// 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`]),
+/// [`handle_error`] instead (which delegate to this and [`ChannelManager::finish_close_channel`]),
3166
/// as they ensure the relevant messages go out as well. In a coop close case, calling this
3167
/// directly avoids duplicate error messages.
3168
#[rustfmt::skip]
0 commit comments