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 419b850 commit 1bde367Copy full SHA for 1bde367
lightning/src/routing/router.rs
@@ -251,7 +251,7 @@ impl<'a> PaymentPath<'a> {
251
//
252
// Sometimes we call this function right after constructing a path which is inconsistent in
253
// that it the value being transferred has decreased while we were doing path finding, leading
254
- // to the fees being paid not linig up with the actual limits.
+ // to the fees being paid not lining up with the actual limits.
255
256
// Note that this function is not aware of the available_liquidity limit, and thus does not
257
// support increasing the value being transferred.
0 commit comments