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 9393d1d commit 9f6e324Copy full SHA for 9f6e324
lightning/src/routing/router.rs
@@ -144,8 +144,8 @@ struct RouteGraphNode {
144
// - how much value can channels following this node (up to the destination) can contribute,
145
// considering their capacity and fees
146
value_contribution_msat: u64,
147
- /// The maximum htlc_minimum_msat along the path, taking into consideration the fees required
148
- /// to meet the minimum over the hops required to get there.
+ /// The effective htlc_minimum_msat at this hop. If a later hop on the path had a higher HTLC
+ /// maximum, we use it, plus the fees required at each earlier hop to meet it.
149
path_htlc_minimum_msat: u64,
150
}
151
0 commit comments