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 536c68c commit 9b84e20Copy full SHA for 9b84e20
lightning/src/routing/router.rs
@@ -4382,7 +4382,7 @@ mod tests {
4382
assert_eq!(route.paths[0][3].short_channel_id, 10);
4383
assert_eq!(route.paths[0][3].fee_msat, 100);
4384
assert_eq!(route.paths[0][3].cltv_expiry_delta, 42);
4385
- assert_eq!(route.paths[0][3].node_features.le_flags(), &Vec::<u8>::new()); // We dont pass flags in from invoices yet
+ assert_eq!(route.paths[0][3].node_features.le_flags(), &Vec::<u8>::new()); // We don't pass flags in from invoices yet
4386
assert_eq!(route.paths[0][3].channel_features.le_flags(), &Vec::<u8>::new()); // We can't learn any flags from invoices, sadly
4387
4388
assert_eq!(route.get_total_fees(), 300);
0 commit comments