Skip to content

Commit 2dbbab2

Browse files
Add worker_id to EOA executor transaction deletion logs (#91)
1 parent 08007ca commit 2dbbab2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

executors/src/eoa/store/atomic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ impl AtomicEoaExecutorStore {
617617
transaction_id = %pending_transaction.transaction_id,
618618
eoa = ?self.eoa(),
619619
chain_id = self.chain_id(),
620+
worker_id = %self.worker_id(),
620621
error = %error,
621622
"JOB_LIFECYCLE - Deleted failed pending transaction from EOA"
622623
);

0 commit comments

Comments
 (0)