Skip to content

Commit 87d5482

Browse files
committed
f missing `
1 parent 0c85c30 commit 87d5482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/functional_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8737,7 +8737,7 @@ fn test_duplicate_chan_id() {
87378737
check_added_monitors!(nodes[0], 0);
87388738
nodes[1].node.handle_funding_created(&nodes[0].node.get_our_node_id(), &funding_created);
87398739
// At this point we'll look up if the channel_id is present and immediately fail the channel
8740-
// without trying to persist the `ChannelMonitor.
8740+
// without trying to persist the `ChannelMonitor`.
87418741
check_added_monitors!(nodes[1], 0);
87428742

87438743
// ...still, nodes[1] will reject the duplicate channel.

0 commit comments

Comments
 (0)