Skip to content

Commit

Permalink
feat: emphasize topic
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes committed Feb 9, 2024
1 parent 873749b commit 3f475d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/phoenix/demotion_monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub async fn run_demotion_monitor(relay_pool: &PgPool, mev_pool: &PgPool) -> Res
let slot = demotion.slot;
formatdoc!(
"
builder demoted
*builder demoted*
builder_id: `{builder_id}`
builder_pubkey: `{builder_pubkey}`
Expand Down
2 changes: 1 addition & 1 deletion src/phoenix/inclusion_monitor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ async fn report_missing_payload(

let mut message = formatdoc!(
"
delivered block not found
*delivered block not found*
beaconcha\\.in: [slot/{slot}]({explorer_url}/slot/{slot})
slot: {slot}
Expand Down

0 comments on commit 3f475d1

Please sign in to comment.