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.
2 parents 1dfb442 + 7b79002 commit 91b18e1Copy full SHA for 91b18e1
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