Skip to content

Commit e0fd959

Browse files
G8XSUtnull
andauthored
Update lightning/src/util/config.rs
Co-authored-by: Elias Rohrer <[email protected]>
1 parent e2671c7 commit e0fd959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pub struct ChannelHandshakeConfig {
127127
/// [`KeysInterface::get_shutdown_scriptpubkey`]: crate::chain::keysinterface::KeysInterface::get_shutdown_scriptpubkey
128128
pub commit_upfront_shutdown_pubkey: bool,
129129

130-
/// `their_channel_reserve_proportion_millionth` is proportion of the channel_value to configure
130+
/// The proportion of the channel value to configure as the
131131
/// counterparty's channel_reserve i.e `their_channel_reserve_satoshis` for both outbound and
132132
/// inbound channels.
133133
///

0 commit comments

Comments
 (0)