Skip to content

Commit 519a745

Browse files
committed
f cleanup doc comment
1 parent 33e4b6d commit 519a745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/functional_test_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pub fn confirm_transaction_at<'a, 'b, 'c, 'd>(node: &'a Node<'b, 'c, 'd>, tx: &T
7676
connect_block(node, &block);
7777
}
7878

79-
/// An enum describing the possible ways we may notify a ChannelManager of a new block
79+
/// The possible ways we may notify a ChannelManager of a new block
8080
pub enum ConnectStyle {
8181
/// Calls update_best_block first, detecting transactions in the block only after receiving the
8282
/// header and height information.

0 commit comments

Comments
 (0)