Skip to content

Commit

Permalink
feat(demotion_monitor): escape characters in message
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes committed Feb 11, 2024
1 parent b098e03 commit 5a5fb9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/phoenix/demotion_monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ pub async fn run_demotion_monitor(relay_pool: &PgPool, mev_pool: &PgPool) -> Res
"
*builder demoted*
builder_id: `{builder_id}`
builder_pubkey: `{builder_pubkey}`
beaconcha\\.in: [{slot}]({explorer_url}/slot/{slot})
slot: `{slot}`
beaconcha.in: [{slot}]({explorer_url}/slot/{slot})
builder\\_id: `{builder_id}`
builder\\_pubkey: `{builder_pubkey}`
error:
```
Expand Down

0 comments on commit 5a5fb9a

Please sign in to comment.