Skip to content

Commit f11fde1

Browse files
committed
f improve comment wording somewhat
1 parent 15450c4 commit f11fde1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/util/config.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@ pub struct UserConfig {
239239
pub peer_channel_config_limits: ChannelHandshakeLimits,
240240
/// Channel config which affects behavior during channel lifetime.
241241
pub channel_options: ChannelConfig,
242-
/// If a channel is not set to be publicly announced, we reject HTLCs which were set to be
243-
/// forwarded over the channel if this is set to false. This prevents use from taking on
244-
/// HTLC-forwarding risk when we intend to run as a node which is not online reliably.
242+
/// If this is set to false, we will reject any HTLCs which were to be forwarded over private
243+
/// channels. This prevents us from taking on HTLC-forwarding risk when we intend to run as a
244+
/// node which is not online reliably.
245245
///
246246
/// For nodes which are not online reliably, you should set all channels to *not* be announced
247247
/// (using [`ChannelConfig::announced_channel`] and

0 commit comments

Comments
 (0)