]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Remove stale notes about fees not being allowed to change
authorMatt Corallo <git@bluematt.me>
Sun, 8 Jan 2023 04:20:30 +0000 (04:20 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 9 Jan 2023 03:45:52 +0000 (03:45 +0000)
lightning/src/util/config.rs

index 5b1bb67292dc2b037fc03b162337d855d0392a96..c6237b0fff2fde08bf2b1e95a3566251953b9cf1 100644 (file)
@@ -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