From 60ee4fa4ed66b5d0e96f65a8972107689eab60a2 Mon Sep 17 00:00:00 2001 From: nini-faroux Date: Wed, 22 Feb 2023 11:00:21 +0000 Subject: [PATCH] Update toVoting comment --- agora/Agora/Proposal.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agora/Agora/Proposal.hs b/agora/Agora/Proposal.hs index c090a80..f557384 100644 --- a/agora/Agora/Proposal.hs +++ b/agora/Agora/Proposal.hs @@ -232,7 +232,7 @@ data ProposalThresholds = ProposalThresholds -- It is recommended this be a high enough amount, in order to prevent DOS from bad -- actors. , toVoting :: Tagged GTTag Integer - -- ^ How much GT required to to move into 'Locked'. + -- ^ How much GT required to to move into 'VotingReady'. , vote :: Tagged GTTag Integer -- ^ How much GT required to vote on a outcome. , cosign :: Tagged GTTag Integer