wallet
wallet copied to clipboard
Clean up error messages on contract execution
This is how a normal error message looks like if some assert is triggered in a contract

Since it's always an Assert, the structure of the error message is always the same. To make it not so techy looking, i propose to extract the error message itself and only show that. In the provided example it would then only show "Not optics to claim" (which is a pretty funny error message actually lol).
assigned to @Dapiguabc