Skip to content

Commit

Permalink
fix purty
Browse files Browse the repository at this point in the history
  • Loading branch information
hrajchert committed Jun 28, 2021
1 parent 55385cb commit efa7f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions marlowe-playground-client/src/Simulator/State.purs
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ applyPendingInputs oldState@{ executionState: SimulationRunning executionState }
newExecutionState =
( set _transactionError (Just txError)
-- apart from setting the error, we also removing the pending inputs

-- otherwise there can be hidden pending inputs in the simulation

<<< set _pendingInputs mempty
)
executionState
Expand Down

0 comments on commit efa7f05

Please sign in to comment.