Skip to content

Commit

Permalink
fix(cip-1694): drep active
Browse files Browse the repository at this point in the history
  • Loading branch information
1000101 committed Dec 18, 2023
1 parent e795940 commit c93d8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sql/governance/dreps_drep_id.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SELECT dh.view AS "drep_id",
WHEN dr.deposit >= 0 THEN true
ELSE false
END
) AS "is_registered",
) AS "active",
(
CASE
WHEN dr.deposit >= 0 THEN (
Expand Down

0 comments on commit c93d8ca

Please sign in to comment.