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
It fails because code 30303 tries to send snip20 callbacks on init to inc_token - but the value for inc_token in the command above is not a snip20. The expected outcome would be some kind of error indicating that an unexpected message was sent to this contract (secret1pt60eq9hh3c4rk3gj9nus9ahjn948ccx7p2ghs).
However, the result from secretcli q compute tx <hash> on this command results in:
ERROR: Got an error decoding base64 of the error: illegal base64 data at input byte 7
which probably indicates a bug in parsing the error message at some point, maybe in the secretcli binary itself.
Should investigate further to generalize and understand the root cause of this problem.
The text was updated successfully, but these errors were encountered:
In holodeck, running the following command fails:
It fails because code
30303
tries to send snip20 callbacks oninit
toinc_token
- but the value forinc_token
in the command above is not a snip20. The expected outcome would be some kind of error indicating that an unexpected message was sent to this contract (secret1pt60eq9hh3c4rk3gj9nus9ahjn948ccx7p2ghs
).However, the result from
secretcli q compute tx <hash>
on this command results in:which probably indicates a bug in parsing the error message at some point, maybe in the
secretcli
binary itself.Should investigate further to generalize and understand the root cause of this problem.
The text was updated successfully, but these errors were encountered: