File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments