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 36d9a4c commit 2a09b91Copy full SHA for 2a09b91
lightning/src/util/config.rs
@@ -30,6 +30,7 @@ pub struct ChannelHandshakeConfig {
30
/// Default value: 6.
31
///
32
/// [`ChannelManager::accept_inbound_channel`]: crate::ln::channelmanager::ChannelManager::accept_inbound_channel
33
+ /// [`ChannelManager::accept_inbound_channel_from_trusted_peer_0conf`]: crate::ln::channelmanager::ChannelManager::accept_inbound_channel_from_trusted_peer_0conf
34
pub minimum_depth: u32,
35
/// Set to the number of blocks we require our counterparty to wait to claim their money (ie
36
/// the number of blocks we have to punish our counterparty if they broadcast a revoked
0 commit comments