File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments