Skip to content

Commit

Permalink
Pool registration/retirement active/inactive epoch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-robot authored and rdlrt committed Nov 21, 2023
1 parent 2cac6eb commit 7af620c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/grest/rpc/pool/pool_registrations.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RETURNS TABLE (
block_height word31type,
epoch_no word31type,
epoch_slot word31type,
active_epoch_no word31type
active_epoch_no bigint
)
LANGUAGE SQL STABLE
AS $$
Expand Down
2 changes: 1 addition & 1 deletion files/grest/rpc/pool/pool_retirements.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RETURNS TABLE (
block_height word31type,
epoch_no word31type,
epoch_slot word31type,
active_epoch_no word31type
active_epoch_no bigint
)
LANGUAGE SQL STABLE
AS $$
Expand Down

0 comments on commit 7af620c

Please sign in to comment.