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 6d77ed0 commit 85c2681Copy full SHA for 85c2681
lightning/src/util/config.rs
@@ -25,7 +25,7 @@ pub struct ChannelHandshakeConfig {
25
/// A lower-bound of 1 is applied, requiring all channels to have a confirmed commitment
26
/// transaction before operation. If you wish to accept channels with zero confirmations, see
27
/// [`UserConfig::manually_accept_inbound_channels`] and
28
- /// [`ChannelManager::accept_inbound_channel`].
+ /// [`ChannelManager::accept_inbound_channel_from_trusted_peer_0conf`].
29
///
30
/// Default value: 6.
31
0 commit comments