Skip to content

Commit

Permalink
fix: adjust last_graffiti column name in label_meta query
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Dec 17, 2024
1 parent f9a76f0 commit 7003d6c
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
last_graffiti as graffiti
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 7003d6c

Please sign in to comment.