We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d6c29 commit 760e3f8Copy full SHA for 760e3f8
src/BotPlutusInterface/Server.hs
@@ -199,7 +199,7 @@ handleContractActivityChange ::
199
ContractState w ->
200
[CombinedWSStreamToClient]
201
handleContractActivityChange contractInstanceID prevState currentState =
202
- catMaybes [activityChange, observableStateChange]
+ catMaybes [observableStateChange, activityChange]
203
where
204
activityChange =
205
if (csActivity <$> prevState) /= Just currentState.csActivity
0 commit comments