remove incorrect votes check

This commit is contained in:
fanghr 2022-05-04 22:06:42 +08:00
parent 15d4dd03d9
commit 5c7d226a29
No known key found for this signature in database
GPG key ID: 35CD9A71CD5D5870

View file

@ -419,9 +419,6 @@ governorValidator gov =
passert "Invalid thresholds in proposal datum" $
outputProposalDatum.thresholds #== oldParams.proposalThresholds
passert "Initial proposal votes should be empty" $
pnull #$ pto $ pto $ pfromData outputProposalDatum.votes
passert "Proposal state should be draft" $
outputProposalDatum.status #== pconstantData Draft