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 b69084f commit 85b0ac4Copy full SHA for 85b0ac4
lightning-invoice/src/utils.rs
@@ -765,7 +765,7 @@ mod test {
765
match_invoice_routes(Some(1_000_000_000), &nodes[0], scid_aliases.clone());
766
767
// If we don't have any sufficient-value peers connected we should get all hints with
768
- // sufficient value, even though there is a conencted insufficient-value peer.
+ // sufficient value, even though there is a connected insufficient-value peer.
769
scid_aliases.insert(chan_b.0.short_channel_id_alias.unwrap());
770
nodes[0].node.peer_disconnected(&nodes[1].node.get_our_node_id(), false);
771
match_invoice_routes(Some(1_000_000_000), &nodes[0], scid_aliases);
0 commit comments