Skip to content

Commit 2cca023

Browse files
committed
rename ambiguous field
1 parent 2066a8b commit 2cca023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executors/src/eip7702_executor/confirm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ where
199199
.await
200200
.map_err(|e| {
201201
tracing::error!(
202-
transaction_id = job_data.bundler_transaction_id,
202+
bundler_transaction_id = job_data.bundler_transaction_id,
203203
sender_details = ?job_data.sender_details,
204204
error = ?e,
205205
"Failed to get transaction hash from bundler"

0 commit comments

Comments
 (0)