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 0c85c30 commit 87d5482Copy full SHA for 87d5482
lightning/src/ln/functional_tests.rs
@@ -8737,7 +8737,7 @@ fn test_duplicate_chan_id() {
8737
check_added_monitors!(nodes[0], 0);
8738
nodes[1].node.handle_funding_created(&nodes[0].node.get_our_node_id(), &funding_created);
8739
// 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.
+ // without trying to persist the `ChannelMonitor`.
8741
check_added_monitors!(nodes[1], 0);
8742
8743
// ...still, nodes[1] will reject the duplicate channel.
0 commit comments