We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0d14b1 + d259c04 commit c6358e9Copy full SHA for c6358e9
govtool/backend/sql/list-proposals.sql
@@ -55,9 +55,9 @@ SELECT
55
) as description,
56
CASE
57
WHEN meta.network_name::text = 'mainnet' THEN
58
- latest_epoch.start_time + (gov_action_proposal.expiration - latest_epoch.no)::bigint * INTERVAL '5 days' + INTERVAL '5 days'
+ latest_epoch.start_time + (gov_action_proposal.expiration - latest_epoch.no)::bigint * INTERVAL '5 days'
59
ELSE
60
- latest_epoch.start_time + (gov_action_proposal.expiration - latest_epoch.no)::bigint * INTERVAL '1 day' + INTERVAL '1 day'
+ latest_epoch.start_time + (gov_action_proposal.expiration - latest_epoch.no)::bigint * INTERVAL '1 day'
61
END AS expiry_date,
62
gov_action_proposal.expiration,
63
creator_block.time,
0 commit comments