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 631aa25 commit 0504a2bCopy full SHA for 0504a2b
lightning/src/routing/router.rs
@@ -209,7 +209,8 @@ struct PathBuildingHop {
209
#[cfg(test)]
210
// In tests, we apply further sanity checks on cases where we skip nodes we already processed
211
// 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.
+ // value_contribution_msat, which requires tracking it here. See comments below where it is
213
+ // used for more info.
214
value_contribution_msat: u64,
215
}
216
0 commit comments