Skip to content

Commit 0e8b785

Browse files
fix topology diagram
1 parent d9aa17d commit 0e8b785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/payment_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ fn preflight_probes_yield_event_skip_private_hop() {
14061406
let nodes = create_network(5, &node_cfgs, &node_chanmgrs);
14071407

14081408
// Setup channel topology:
1409-
// N0 <-(1M:0)-> N1 <-(1M:0)-> N2 <-(70k:0)-> N3 <-(50k:0)-> N4
1409+
// N0 -(1M:0)- N1 -(1M:0)- N2 -(70k:0)- N3 -(50k:0)- N4
14101410

14111411
create_announced_chan_between_nodes_with_value(&nodes, 0, 1, 1_000_000, 0);
14121412
create_announced_chan_between_nodes_with_value(&nodes, 1, 2, 1_000_000, 0);

0 commit comments

Comments
 (0)