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 2d10730 + 6c473b7 commit bc73a86Copy full SHA for bc73a86
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