File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,9 @@ pub trait Listen {
131
131
/// confirmed in a later block.
132
132
/// - Dependent transactions within the same block must be given in topological order, possibly in
133
133
/// separate calls.
134
- /// - All unconfirmed transactions must be given consecutively after the original confirmations
135
- /// and before *any* reconfirmations.
134
+ /// - All unconfirmed transactions must be given after the original confirmations and before *any*
135
+ /// reconfirmations, i.e., [`transactions_confirmed`] and [`transaction_unconfirmed`] calls should
136
+ /// never be interleaved, but always conduced *en bloc*.
136
137
/// - Any reconfirmed transactions need to be explicitly unconfirmed before they are reconfirmed
137
138
/// in regard to the new block.
138
139
///
You can’t perform that action at this time.
0 commit comments