-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a token group with no assigned command #119
Comments
Thanks! Yes, we will extend the error message to display the groups detected, and the commands that match them, along with some extra documentation around making sure to add tokens of the same type+issuer at the same time. hopefully this will help others facing the same issue. |
Any updates on this? Thanks! |
Will be added in tokens 1.2 but for now... all tokens must be linked to a token command in a transaction. If any tokens can't be grouped then you get this error. See this test code for the three reasons why you can get the error:
|
Hi All,
We had an issue today with 1.0 t-sdk. Thanks for all the help debugging. The conclusion seems to be that we called addMoveToken twice for tokens that have the same grouping, this pulls in two commands and then we blow up later with the following exception:
Thanks :-)
The text was updated successfully, but these errors were encountered: