Skip to content

Commit

Permalink
feat(inclusion_monitor): clarify less concerning case
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes committed Nov 21, 2024
1 parent 4b36a9d commit bae738c
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 @@ -301,7 +301,7 @@ async fn report_missing_payload(
if published_stats.is_none() && late_call_stats.is_some() || is_attempted_reorg {
message.push_str("\n\n");
message.push_str(
"'no publish attempted and late call' or 'attempted reorg' these are less concerning",
"for this block 'no publish attempted and late call' or 'attempted reorg' these misses are less concerning",
);
}

Expand Down

0 comments on commit bae738c

Please sign in to comment.