Skip to content

Commit

Permalink
fix new bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jedleggett committed Apr 27, 2023
1 parent 7011e5e commit 73c0c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/proxy/relayer_stage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ impl RelayerStage {
e => {
error_count += 1;
datapoint_warn!(
"block_engine_stage-proxy_error",
"relayer_stage-proxy_error",
("count", error_count, i64),
("error", e.to_string(), String),
);
Expand Down

0 comments on commit 73c0c1a

Please sign in to comment.