Skip to content

Commit

Permalink
feat(inclusion_monitor): reword success log
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes committed Feb 27, 2024
1 parent 1568751 commit 69c082e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phoenix/inclusion_monitor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ async fn report_missing_payload(
} = payload_stats;
let published_stats_message = formatdoc!(
"
publish was attempted, publish stats
log indicating beacon node publish, publish stats
decoded\\_at\\_slot\\_age\\_ms: {decoded_at_slot_age_ms}
pre\\_publish\\_duration\\_ms: {pre_publish_duration_ms}
publish\\_duration\\_ms: {publish_duration_ms}
Expand Down

0 comments on commit 69c082e

Please sign in to comment.