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
Hi,
The error your getting is due to a faulty swagger json definition file for the rules section. Although we will fix this error its important to understand that currently the rules section are defined only in the protocol level but aren't actually enforced through the services themselves.
Hello,
I have been trying to include an expiration rule when issuing new colored coins but I am getting this error:
Status: 400
Body: {"message":"validation failure - Unknown param type int32","code":400}
I am attaching the code regarding the expiration rule I am using:
rules: {
version:1,
expiration: {validUntil:387999, locked:false}
}
Please anyone could give me a hand on this issue
The text was updated successfully, but these errors were encountered: