Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cardadad committed Jul 30, 2024
1 parent 3601bb0 commit a14598c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/grest/rpc/governance/drep_metadata.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AS $$
ENCODE(ocvd.bytes,'hex')::text AS bytes,
ocvd.warning AS warning,
ocvd.language AS language,
ovcd.comment AS comment,
ocvd.comment AS comment,
is_valid AS is_valid
FROM public.drep_hash AS dh
INNER JOIN public.drep_registration AS dr ON dh.id = dr.drep_hash_id
Expand Down

0 comments on commit a14598c

Please sign in to comment.