Skip to content

Commit 760e3f8

Browse files
Make contract finished response occur last
1 parent 29d6c29 commit 760e3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BotPlutusInterface/Server.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ handleContractActivityChange ::
199199
ContractState w ->
200200
[CombinedWSStreamToClient]
201201
handleContractActivityChange contractInstanceID prevState currentState =
202-
catMaybes [activityChange, observableStateChange]
202+
catMaybes [observableStateChange, activityChange]
203203
where
204204
activityChange =
205205
if (csActivity <$> prevState) /= Just currentState.csActivity

0 commit comments

Comments
 (0)