spacemeshos / smapp-lite

The light wallet application for Spacemesh network
2 stars 1 forks source link

When submitting transaction fails nothing is displayed on the screen #19

Closed pigmej closed 2 months ago

pigmej commented 3 months ago

I just tried to submit transaction and got no screen info about it. Then checked the network tab and there found that API returned

{"code":3, "message":"Failed to verify transaction: tx already exists", "details":[]}

I also don't think why it thinks that the transaction already exists though....

image

I think besides this issue it also fails to identify that the transaction was actually sent and then it crashes with that "already exists" (will create separate issue)