Skip to content

Commit

Permalink
refactor: clarify 'missed' doesn't matter
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes committed Feb 19, 2024
1 parent 7c1113b commit a459c6b
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 @@ -163,7 +163,7 @@ async fn report_missing_payload(
);

let is_adjustment_hash = check_is_adjustment_hash(relay_pool, &payload.block_hash).await?;
message.push_str(&format!("is\\_missed\\_adjustment: {}", is_adjustment_hash));
message.push_str(&format!("is\\_adjustment: {}", is_adjustment_hash));

// Check if a publish was attempted, if yes, add publish stats.
let published_stats = loki_client.published_stats(payload.slot).await?;
Expand Down

0 comments on commit a459c6b

Please sign in to comment.