Skip to content

Commit

Permalink
feat: increase forwarding fee to proportional fee
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat committed Jul 7, 2023
1 parent aa9a372 commit b271b47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/ln-dlc-node/src/ln/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ pub fn coordinator_config() -> UserConfig {
},
channel_config: ChannelConfig {
cltv_expiry_delta: MIN_CLTV_EXPIRY_DELTA,
forwarding_fee_base_msat: 0,
forwarding_fee_proportional_millionths: 500,
..Default::default()
},
// This is needed to intercept payments to open just-in-time channels. This will produce the
Expand Down

0 comments on commit b271b47

Please sign in to comment.