Skip to content

Commit 6a60020

Browse files
committed
f comment
1 parent 3012885 commit 6a60020

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
@@ -5758,7 +5758,7 @@ mod tests {
57585758
let payment_params = PaymentParameters::from_node_id(nodes[2]).with_features(InvoiceFeatures::known());
57595759
let keys_manager = test_utils::TestKeysInterface::new(&[0u8; 32], Network::Testnet);
57605760
let random_seed_bytes = keys_manager.get_secure_random_bytes();
5761-
// 150,000 msat is less than the available liquidity on each channel, set above.
5761+
// 150,000 sat is less than the available liquidity on each channel, set above.
57625762
let route = get_route(&our_id, &payment_params, &network_graph.read_only(), None, 150_000_000, 42, Arc::clone(&logger), &scorer, &random_seed_bytes).unwrap();
57635763
assert_eq!(route.paths.len(), 2);
57645764
assert!((route.paths[0][1].short_channel_id == 4 && route.paths[1][1].short_channel_id == 13) ||

0 commit comments

Comments
 (0)