Skip to content

Commit

Permalink
Wrong comment on function name (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
xray-robot authored Nov 10, 2023
1 parent ea67f5e commit ac5d005
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -25,4 +25,4 @@ AS $$
WHERE b.epoch_no = _epoch_no;
$$;

COMMENT ON FUNCTION grest.pool_registrations IS 'A list of all pool retirements initiated in the requested epoch'; --noqa: LT01
COMMENT ON FUNCTION grest.pool_retirements IS 'A list of all pool retirements initiated in the requested epoch'; --noqa: LT01

0 comments on commit ac5d005

Please sign in to comment.