From 051a92a53ad49bd77eaf265ed6c72d75711c6874 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sun, 8 Jan 2023 04:20:30 +0000 Subject: [PATCH] Remove stale notes about fees not being allowed to change --- lightning/src/util/config.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lightning/src/util/config.rs b/lightning/src/util/config.rs index 5b1bb6729..c6237b0ff 100644 --- a/lightning/src/util/config.rs +++ b/lightning/src/util/config.rs @@ -278,15 +278,11 @@ impl Default for ChannelHandshakeLimits { pub struct ChannelConfig { /// Amount (in millionths of a satoshi) charged per satoshi for payments forwarded outbound /// over the channel. - /// This may be allowed to change at runtime in a later update, however doing so must result in - /// update messages sent to notify all nodes of our updated relay fee. /// /// Default value: 0. pub forwarding_fee_proportional_millionths: u32, /// Amount (in milli-satoshi) charged for payments forwarded outbound over the channel, in /// excess of [`forwarding_fee_proportional_millionths`]. - /// This may be allowed to change at runtime in a later update, however doing so must result in - /// update messages sent to notify all nodes of our updated relay fee. /// /// The default value of a single satoshi roughly matches the market rate on many routing nodes /// as of July 2021. Adjusting it upwards or downwards may change whether nodes route through -- 2.39.5