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 fb59855 commit 47ca705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node/eth_sender/src/eth_tx_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ 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() {
if error.is_transient() {
METRICS.l1_transient_errors.inc();
}
}
Expand Down

0 comments on commit 47ca705

Please sign in to comment.