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 {
108
108
/// make a single `best_block_updated` call.
109
109
TransactionsFirstSkippingBlocks ,
110
110
/// 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.
113
113
TransactionsDuplicativelyFirstSkippingBlocks ,
114
114
/// 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.
117
117
HighlyRedundantTransactionsFirstSkippingBlocks ,
118
118
/// The same as `TransactionsFirst` when connecting blocks. During disconnection only
119
119
/// `transaction_unconfirmed` is called.
You can’t perform that action at this time.
0 commit comments