Skip to content

Commit

Permalink
Add time actions to PAB Simulator
Browse files Browse the repository at this point in the history
Fixes #3669
  • Loading branch information
luigy committed Aug 3, 2021
1 parent a2ce648 commit c5005e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plutus-pab/src/Plutus/PAB/Core/ContractInstance.hs
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ stmRequestHandler = fmap sequence (wrapHandler (fmap pure nonBlockingRequests) <
<> RequestHandler.handleOwnInstanceIdQueries @effs
<> RequestHandler.handleAddressChangedAtQueries @effs
<> RequestHandler.handleCurrentSlotQueries @effs
<> RequestHandler.handleCurrentTimeQueries @effs

-- requests that wait for changes to happen
blockingRequests =
Expand Down

0 comments on commit c5005e1

Please sign in to comment.