diff --git a/crates/builder/src/bundle_sender.rs b/crates/builder/src/bundle_sender.rs index 42aed24ef..0b888dd18 100644 --- a/crates/builder/src/bundle_sender.rs +++ b/crates/builder/src/bundle_sender.rs @@ -362,7 +362,7 @@ where .process_bundle_txn_mined(gas_limit, gas_used, is_success); if !is_success { - error!("Bundle transaction {tx_hash:?} reverted onchain"); + warn!("Bundle transaction {tx_hash:?} reverted onchain"); // TODO(danc): handle this case by removing the operations from the pool and updating reputation }