Skip to content

Commit

Permalink
pool_info active stake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitz0 committed Nov 30, 2021
1 parent 2713bf8 commit 425b02b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/grest/rpc/pool/pool_info.sql
Expand Up @@ -88,6 +88,8 @@ BEGIN
grest.pool_active_stake_cache AS easc
WHERE
easc.pool_id = pic.pool_id_bech32
AND
easc.epoch_no = _epoch_no
) active_stake ON TRUE
LEFT JOIN LATERAL(
SELECT
Expand Down

0 comments on commit 425b02b

Please sign in to comment.