We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5def3de commit ef8afe9Copy full SHA for ef8afe9
1 file changed
executors/src/eoa/store/atomic.rs
@@ -141,7 +141,7 @@ impl AtomicEoaExecutorStore {
141
///
142
/// The transactions must have sequential nonces starting from the current optimistic count.
143
/// This operation validates nonce ordering and atomically moves all transactions.
144
- #[tracing::instrument(skip_all, fields(transactions = ?transactions))]
+ #[tracing::instrument(skip_all, fields(transactions_length = transactions.len()))]
145
pub async fn atomic_move_pending_to_borrowed_with_incremented_nonces(
146
&self,
147
transactions: &[BorrowedTransactionData],
0 commit comments