Skip to content

Commit 43b0e82

Browse files
committed
f docs
1 parent f1ad694 commit 43b0e82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lightning/src/ln/functional_test_utils.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ pub enum ConnectStyle {
108108
/// make a single `best_block_updated` call.
109109
TransactionsFirstSkippingBlocks,
110110
/// The same as `TransactionsFirst`, however when we have multiple blocks to connect, we only
111-
/// make a single `best_block_updated` call. Further, we call transactions_confirmed multiple
112-
/// times to ensure its idempotent.
111+
/// make a single `best_block_updated` call. Further, we call `transactions_confirmed` multiple
112+
/// times to ensure it's idempotent.
113113
TransactionsDuplicativelyFirstSkippingBlocks,
114114
/// The same as `TransactionsFirst`, however when we have multiple blocks to connect, we only
115-
/// make a single `best_block_updated` call. Further, we call transactions_confirmed multiple
116-
/// times to ensure its idempotent.
115+
/// make a single `best_block_updated` call. Further, we call `transactions_confirmed` multiple
116+
/// times to ensure it's idempotent.
117117
HighlyRedundantTransactionsFirstSkippingBlocks,
118118
/// The same as `TransactionsFirst` when connecting blocks. During disconnection only
119119
/// `transaction_unconfirmed` is called.

0 commit comments

Comments
 (0)