Skip to content
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

box not found in state: error message must print the box id correctly #350

Open
paolocappelletti opened this issue Apr 8, 2022 · 1 comment

Comments

@paolocappelletti
Copy link
Collaborator

please fix this error message:
https://github.com/HorizenOfficial/Sidechains-SDK/blob/master/sdk/src/main/scala/com/horizen/SidechainState.scala#L281

Actually the box id is not printed correctly, making more difficult the debug:
{"code":"0204","description":"GenericTransactionError","detail":"Box [B@3180d476 is not found in state"}

@i-Alex
Copy link
Contributor

i-Alex commented May 6, 2022

need to define toString method properly for key classes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@i-Alex @paolocappelletti and others