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.