remove infinities in ProposalTime, fix test build
This commit is contained in:
parent
c8f5c6af8f
commit
cf14d9edd8
5 changed files with 30 additions and 27 deletions
|
|
@ -212,8 +212,7 @@ proposalValidator proposal =
|
|||
|
||||
foldr1
|
||||
(#&&)
|
||||
[ pcon PTrue
|
||||
, ptraceIfFalse "Datum must be correct" correctDatum
|
||||
[ ptraceIfFalse "Datum must be correct" correctDatum
|
||||
, ptraceIfFalse "Value should be correct" $
|
||||
pdata txOutF.value #== pdata newValue
|
||||
, ptraceIfFalse "Must be sent to Proposal's address" $
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue