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.
2 parents 6ac205a + 2e5ff7e commit 4277868Copy full SHA for 4277868
lightning/src/util/config.rs
@@ -830,7 +830,12 @@ pub struct UserConfig {
830
/// all your channels and open new ones. For privacy, you should also change your node_id
831
/// (swapping all private and public key material for new ones) at that time.
832
///
833
+ /// Note that this setting does not apply for intercepted payments that are surfaced via
834
+ /// [`Event::HTLCIntercepted`] and manually forwarded.
835
+ ///
836
/// Default value: `false`
837
838
+ /// [`Event::HTLCIntercepted`]: crate::events::Event::HTLCIntercepted
839
pub accept_forwards_to_priv_channels: bool,
840
/// If this is set to `false`, we do not accept inbound requests to open a new channel.
841
0 commit comments