Skip to content

Commit 456cc04

Browse files
committed
f fix comment arik caught
1 parent fa85d97 commit 456cc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/router.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ struct RouteGraphNode {
145145
// considering their capacity and fees
146146
value_contribution_msat: u64,
147147
/// 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.
148+
/// minimum, we use it, plus the fees required at each earlier hop to meet it.
149149
path_htlc_minimum_msat: u64,
150150
}
151151

0 commit comments

Comments
 (0)