From 3a5519173754f18b38c5f34ed81e623839879dd9 Mon Sep 17 00:00:00 2001 From: Daniel Savu <23065004+daniel-savu@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:48:37 +0000 Subject: [PATCH] chore(escalator): log hash of new tx --- ethers-middleware/src/gas_escalator/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ethers-middleware/src/gas_escalator/mod.rs b/ethers-middleware/src/gas_escalator/mod.rs index a86309976..0b07b5998 100644 --- a/ethers-middleware/src/gas_escalator/mod.rs +++ b/ethers-middleware/src/gas_escalator/mod.rs @@ -338,6 +338,7 @@ impl EscalationTask { tracing::debug!( old_tx = ?old_monitored_tx, new_tx = ?new_tx, + new_tx_hash = ?new_tx_hash, "escalated gas price" ); // Return the new tx hash to monitor and the time it was created.