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.
1 parent ab0be29 commit 6390e5bCopy full SHA for 6390e5b
lightning/src/util/config.rs
@@ -151,6 +151,10 @@ pub struct ChannelConfig {
151
/// This may be allowed to change at runtime in a later update, however doing so must result in
152
/// update messages sent to notify all nodes of our updated relay fee.
153
///
154
+ /// The default value of a single satoshi roughly matches the market rate on many routing nodes
155
+ /// as of July 2021. Ajusting it upwards or downwards may change whether nodes route through
156
+ /// this node.
157
+ ///
158
/// Default value: 1000.
159
pub fee_base_msat: u32,
160
/// The difference in the CLTV value between incoming HTLCs and an outbound HTLC forwarded over
0 commit comments