Merge pull request #151 from Liqwid-Labs/nini-faroux/comment-fix
Update ProposalRedeemer comment
This commit is contained in:
commit
e49fadbcff
1 changed files with 2 additions and 2 deletions
|
|
@ -342,12 +342,12 @@ data ProposalRedeemer
|
||||||
--
|
--
|
||||||
-- === @'Draft' -> 'VotingReady'@:
|
-- === @'Draft' -> 'VotingReady'@:
|
||||||
--
|
--
|
||||||
-- 1. The sum of all of the cosigner's GT is larger than the 'startVoting' field of 'ProposalThresholds'.
|
-- 1. The sum of all of the cosigner's GT is larger than the 'vote' field of 'ProposalThresholds'.
|
||||||
-- 2. The proposal's current time ensures 'isDraftPeriod'.
|
-- 2. The proposal's current time ensures 'isDraftPeriod'.
|
||||||
--
|
--
|
||||||
-- === @'VotingReady' -> 'Locked'@:
|
-- === @'VotingReady' -> 'Locked'@:
|
||||||
--
|
--
|
||||||
-- 1. The sum of all votes is larger than 'countVoting'.
|
-- 1. The sum of all votes is larger than 'execute'.
|
||||||
-- 2. The winning 'ResultTag' has more votes than all other 'ResultTag's.
|
-- 2. The winning 'ResultTag' has more votes than all other 'ResultTag's.
|
||||||
-- 3. The proposal's current time ensures 'isVotingPeriod'.
|
-- 3. The proposal's current time ensures 'isVotingPeriod'.
|
||||||
--
|
--
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue