Skip to content

Commit

Permalink
Downgrade log for payload reveal failure
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Dec 5, 2022
1 parent 84392d6 commit 8e85d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/execution_layer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ impl<T: EthSpec> ExecutionLayer<T> {
&metrics::EXECUTION_LAYER_BUILDER_REVEAL_PAYLOAD_OUTCOME,
&[metrics::FAILURE],
);
crit!(
error!(
self.log(),
"Builder failed to reveal payload";
"info" => "this relay failure may cause a missed proposal",
Expand Down

0 comments on commit 8e85d62

Please sign in to comment.