Skip to content

Commit 2b57097

Browse files
committed
f sp
1 parent cd89069 commit 2b57097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/router.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5762,7 +5762,7 @@ mod tests {
57625762
let payment_params = PaymentParameters::from_node_id(nodes[2]).with_features(InvoiceFeatures::known());
57635763
let keys_manager = test_utils::TestKeysInterface::new(&[0u8; 32], Network::Testnet);
57645764
let random_seed_bytes = keys_manager.get_secure_random_bytes();
5765-
// 100,000 sat is less than the available liquidity on each channel, set above.
5765+
// 100,000 sats is less than the available liquidity on each channel, set above.
57665766
let route = get_route(&our_id, &payment_params, &network_graph.read_only(), None, 100_000_000, 42, Arc::clone(&logger), &scorer, &random_seed_bytes).unwrap();
57675767
assert_eq!(route.paths.len(), 2);
57685768
assert!((route.paths[0][1].short_channel_id == 4 && route.paths[1][1].short_channel_id == 13) ||

0 commit comments

Comments
 (0)