countingVote,create,startVoting to execute,create,vote

Let's embrace consistancy between Haskell types and Plutarch types.
This commit is contained in:
Seungheon Oh 2022-06-16 13:28:55 -05:00
parent 014ef050d2
commit 8e9dd16613
7 changed files with 18 additions and 18 deletions

View file

@ -189,9 +189,9 @@ proposalValidatorAddress = scriptHashAddress proposalValidatorHash
instance Default ProposalThresholds where
def =
ProposalThresholds
{ countVoting = Tagged 1000
{ execute = Tagged 1000
, create = Tagged 1
, startVoting = Tagged 10
, vote = Tagged 10
}
authorityToken :: AuthorityToken