Skip to content

Commit

Permalink
Add default definition for initialInstances (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAlgehed committed May 24, 2022
1 parent 4792047 commit 7d067a4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -478,6 +478,7 @@ class ( Typeable state

-- | The initial handles
initialInstances :: [StartContract state]
initialInstances = []

-- | The `precondition` function decides if a given action is valid in a given state. Typically
-- actions generated by `arbitraryAction` will satisfy the precondition, but if they don't
Expand Down

0 comments on commit 7d067a4

Please sign in to comment.