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'm trying to originate a contract but I get "Failed to parse the request body".
the code is : parameter unit;
storage (list string);
code { CDR ; NIL operation ; PAIR };
and the init : { "hello" }
Please help!
The text was updated successfully, but these errors were encountered:
I'm trying to originate a contract but I get "Failed to parse the request body".
the code is : parameter unit;
storage (list string);
code { CDR ; NIL operation ; PAIR };
and the init : { "hello" }
Please help!
The text was updated successfully, but these errors were encountered: