Sidechains-SDK icon indicating copy to clipboard operation
Sidechains-SDK copied to clipboard

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

Open paolocappelletti opened this issue 2 years ago • 1 comments

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"}

paolocappelletti avatar Apr 08 '22 07:04 paolocappelletti

need to define toString method properly for key classes

i-Alex avatar May 06 '22 12:05 i-Alex