Skip to content

Commit

Permalink
fix. (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssuchichan authored Jun 30, 2024
1 parent a6a959b commit bc1812f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/src/validators.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pub async fn get_validators(
let page = params.page.unwrap_or(1);
let page_size = params.page_size.unwrap_or(10);

let mut sql_total = "SELECT count(block_num) \
let mut sql_total = "SELECT count(ev.block_num) \
FROM evm_validators ev \
LEFT JOIN evm_stakes es \
ON ev.validator=es.validator \
Expand Down

0 comments on commit bc1812f

Please sign in to comment.