Skip to content

Commit 36d9a4c

Browse files
committed
f clarify docs
1 parent 85c2681 commit 36d9a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4125,7 +4125,7 @@ impl<Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelMana
41254125
///
41264126
/// The `user_channel_id` parameter will be provided back in
41274127
/// [`Event::ChannelClosed::user_channel_id`] to allow tracking of which events correspond
4128-
/// with which `accept_inbound_channel` call.
4128+
/// with which `accept_inbound_channel`/`accept_inbound_channel_from_trusted_peer_0conf` call.
41294129
///
41304130
/// [`Event::OpenChannelRequest`]: events::Event::OpenChannelRequest
41314131
/// [`Event::ChannelClosed::user_channel_id`]: events::Event::ChannelClosed::user_channel_id
@@ -4138,7 +4138,7 @@ impl<Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelMana
41384138
///
41394139
/// The `user_channel_id` parameter will be provided back in
41404140
/// [`Event::ChannelClosed::user_channel_id`] to allow tracking of which events correspond
4141-
/// with which `accept_inbound_channel` call.
4141+
/// with which `accept_inbound_channel`/`accept_inbound_channel_from_trusted_peer_0conf` call.
41424142
///
41434143
/// Unlike [`ChannelManager::accept_inbound_channel`], this method accepts the incoming channel
41444144
/// and (if the counterparty agrees), enables forwarding of payments immediately.

0 commit comments

Comments
 (0)