Skip to content

Commit 6390e5b

Browse files
committed
f add rationale for default value
1 parent ab0be29 commit 6390e5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lightning/src/util/config.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ pub struct ChannelConfig {
151151
/// This may be allowed to change at runtime in a later update, however doing so must result in
152152
/// update messages sent to notify all nodes of our updated relay fee.
153153
///
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+
///
154158
/// Default value: 1000.
155159
pub fee_base_msat: u32,
156160
/// The difference in the CLTV value between incoming HTLCs and an outbound HTLC forwarded over

0 commit comments

Comments
 (0)