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 e2671c7 commit e0fd959Copy full SHA for e0fd959
lightning/src/util/config.rs
@@ -127,7 +127,7 @@ pub struct ChannelHandshakeConfig {
127
/// [`KeysInterface::get_shutdown_scriptpubkey`]: crate::chain::keysinterface::KeysInterface::get_shutdown_scriptpubkey
128
pub commit_upfront_shutdown_pubkey: bool,
129
130
- /// `their_channel_reserve_proportion_millionth` is proportion of the channel_value to configure
+ /// The proportion of the channel value to configure as the
131
/// counterparty's channel_reserve i.e `their_channel_reserve_satoshis` for both outbound and
132
/// inbound channels.
133
///
0 commit comments