add HasParameterisedGenerator and wire tests up
This commit is contained in:
parent
060e46814a
commit
93acd81e79
4 changed files with 107 additions and 14 deletions
|
|
@ -47,7 +47,7 @@ data MultiSig = MultiSig
|
|||
-- ^ List of PubKeyHashes that must be present in the list of signatories.
|
||||
, minSigs :: Integer
|
||||
}
|
||||
deriving stock (GHC.Generic)
|
||||
deriving stock (GHC.Generic, Eq, Show)
|
||||
deriving anyclass (Generic)
|
||||
|
||||
PlutusTx.makeLift ''MultiSig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue