Skip to content

Commit

Permalink
fix: change revert msg to warn (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
andysim3d authored Jan 8, 2025
1 parent 4d3286a commit 62d6907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/builder/src/bundle_sender.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 62d6907

Please sign in to comment.