diff --git a/ethers-middleware/src/gas_escalator/mod.rs b/ethers-middleware/src/gas_escalator/mod.rs index d765cd0c0..d051b696c 100644 --- a/ethers-middleware/src/gas_escalator/mod.rs +++ b/ethers-middleware/src/gas_escalator/mod.rs @@ -251,6 +251,7 @@ impl EscalationTask { std::mem::take(&mut (*txs)) // Lock scope ends }; + println!("In the escalator watcher loop. Monitored txs: {:?}", txs); let len = txs.len(); // Pop all transactions and re-insert those that have not been included yet