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 fa85d97 commit 456cc04Copy full SHA for 456cc04
lightning/src/routing/router.rs
@@ -145,7 +145,7 @@ struct RouteGraphNode {
145
// considering their capacity and fees
146
value_contribution_msat: u64,
147
/// The effective htlc_minimum_msat at this hop. If a later hop on the path had a higher HTLC
148
- /// maximum, we use it, plus the fees required at each earlier hop to meet it.
+ /// minimum, 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