Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Add default definition for initialInstances (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAlgehed authored May 24, 2022
1 parent 4792047 commit 7d067a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
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.