Skip to content

Commit

Permalink
Remove stale reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Jun 8, 2021
1 parent a2675e5 commit 8a7c4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/dbsync/rpc/get_active_stake.json
Expand Up @@ -37,7 +37,7 @@
")",
"FROM epoch_stake AS es",
"WHERE es.epoch_no = _epoch_no",
"AND es.pool_id = (SELECT id from pool_hash where view=_pool_hash_id)",
"AND es.pool_id = (SELECT id from pool_hash where view=_pool_bech32)",
");",
"END IF;",
"END; $$;"
Expand Down

0 comments on commit 8a7c4b0

Please sign in to comment.