Skip to content

Commit 9b84e20

Browse files
committed
f - s/dont/don't
1 parent 536c68c commit 9b84e20

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
@@ -4382,7 +4382,7 @@ mod tests {
43824382
assert_eq!(route.paths[0][3].short_channel_id, 10);
43834383
assert_eq!(route.paths[0][3].fee_msat, 100);
43844384
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
4385+
assert_eq!(route.paths[0][3].node_features.le_flags(), &Vec::<u8>::new()); // We don't pass flags in from invoices yet
43864386
assert_eq!(route.paths[0][3].channel_features.le_flags(), &Vec::<u8>::new()); // We can't learn any flags from invoices, sadly
43874387

43884388
assert_eq!(route.get_total_fees(), 300);

0 commit comments

Comments
 (0)