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
I think this is because you're setting the precondition to a non-standard falsy value which is encoded as 'null' in the JSON and decoded into the default falsy value in the OCaml code that checks the signature. Thus, the signature doesn't verify because something else was signed.
Adding the line
causes the following error:
All other preconditions work as expected; this error occurs only when the actionState precondition is used.
The example to reproduce it:
The text was updated successfully, but these errors were encountered: