You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a predicate is set to Interrupted status, it isn't ever removed from the chainhook_store that is used by the event observer, so the predicate continues to be evaluated.
We need to remove the predicate from this store and test for side effects.
The text was updated successfully, but these errors were encountered:
Describe the bug
When a predicate is set to
Interrupted
status, it isn't ever removed from thechainhook_store
that is used by the event observer, so the predicate continues to be evaluated.We need to remove the predicate from this store and test for side effects.
The text was updated successfully, but these errors were encountered: