Skip to content

Commit

Permalink
fix: misspelling of grafitti
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Dec 17, 2024
1 parent 7003d6c commit 69322c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phoenix/inclusion_monitor/proposer_meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub async fn proposer_label_meta(
SELECT
COALESCE(pl.label, va.label) as label,
lido_operator,
last_graffiti as graffiti
last_graffiti as grafitti
FROM validators va
LEFT JOIN proposer_labels_with_imputed_data_view pl on va.pubkey = pl.pubkey
WHERE va.pubkey = $1
Expand Down

0 comments on commit 69322c6

Please sign in to comment.