We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2066a8b commit 2cca023Copy full SHA for 2cca023
executors/src/eip7702_executor/confirm.rs
@@ -199,7 +199,7 @@ where
199
.await
200
.map_err(|e| {
201
tracing::error!(
202
- transaction_id = job_data.bundler_transaction_id,
+ bundler_transaction_id = job_data.bundler_transaction_id,
203
sender_details = ?job_data.sender_details,
204
error = ?e,
205
"Failed to get transaction hash from bundler"
0 commit comments