lightly expanded prop generator
This commit is contained in:
parent
8633ff15b5
commit
56a1b4672f
1 changed files with 6 additions and 1 deletions
|
|
@ -127,7 +127,12 @@ instance HasLogicalModel TreasuryTxProp TreasuryTxModel where
|
|||
|
||||
instance HasParameterisedGenerator TreasuryTxProp TreasuryTxModel where
|
||||
parameterisedGenerator :: Set TreasuryTxProp -> Gen TreasuryTxModel
|
||||
parameterisedGenerator = undefined
|
||||
parameterisedGenerator propSet = do
|
||||
purpose <-
|
||||
if ScriptPurposeIsNotMinting `elem` propSet
|
||||
then undefined
|
||||
else undefined
|
||||
undefined
|
||||
|
||||
instance HasScriptRunner TreasuryTxProp TreasuryTxModel where
|
||||
expect = undefined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue