Skip to content

Commit 0504a2b

Browse files
committed
f clarify comment
1 parent 631aa25 commit 0504a2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/routing/router.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ struct PathBuildingHop {
209209
#[cfg(test)]
210210
// In tests, we apply further sanity checks on cases where we skip nodes we already processed
211211
// to ensure it is specifically in cases where the fee has gone down because of a decrease in
212-
// valud_contribution_msat, which requires tracking it here.
212+
// value_contribution_msat, which requires tracking it here. See comments below where it is
213+
// used for more info.
213214
value_contribution_msat: u64,
214215
}
215216

0 commit comments

Comments
 (0)