Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
Signed-off-by: tomg10 <[email protected]>
  • Loading branch information
tomg10 committed Jun 27, 2024
1 parent 26a1af3 commit fb59855
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/node/eth_sender/src/eth_tx_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,9 @@ impl EthTxManager {
// Web3 API request failures can cause this,
// and anything more important is already properly reported.
tracing::warn!("eth_sender error {:?}", error);
if e.is_transient() {
METRICS.l1_transient_errors.inc();
}
}
}
}
Expand Down

0 comments on commit fb59855

Please sign in to comment.