fix misleading assert messages && add some comments
This commit is contained in:
parent
cdffbeffc9
commit
9549fae0df
3 changed files with 10 additions and 8 deletions
|
|
@ -374,6 +374,10 @@ voteOnProposal params =
|
|||
stakeOutput =
|
||||
stakeInput
|
||||
{ txOutDatumHash = Just $ toDatumHash stakeOutputDatum
|
||||
-- We won't include the minimum Ada in the output value
|
||||
-- due to how we check the output value in the stake validator.
|
||||
-- The implementation is correct though, it should work in a
|
||||
-- real on-chain environment.
|
||||
}
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue