Skip to content

Commit

Permalink
Update pool_delegators_history.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
hodlonaut authored Jan 6, 2025
1 parent b5473d5 commit 8fc04ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/grest/rpc/pool/pool_delegators_history.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ BEGIN
END;
$$;

COMMENT ON FUNCTION grest.pool_delegators IS 'Return information about active delegators (incl. history) for a given pool and epoch number - current epoch if not provided.'; --noqa: LT01
COMMENT ON FUNCTION grest.pool_delegators_history IS 'Return information about active delegators (incl. history) for a given pool and epoch number - current epoch if not provided.'; --noqa: LT01

0 comments on commit 8fc04ec

Please sign in to comment.