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 6c2e77a commit 3f69a55Copy full SHA for 3f69a55
lightning/src/ln/channelmanager.rs
@@ -3164,7 +3164,7 @@ macro_rules! handle_error {
3164
/// [`ChannelMonitor`]/channel funding transaction) to begin with.
3165
///
3166
/// 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`]),
+/// [`handle_error`] instead (which delegate to this and [`ChannelManager::finish_close_channel`]),
3168
/// as they ensure the relevant messages go out as well. In a coop close case, calling this
3169
/// directly avoids duplicate error messages.
3170
#[rustfmt::skip]
0 commit comments