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

error msg polish #905

Open
shunjizhan opened this issue Dec 18, 2023 · 0 comments
Open

error msg polish #905

shunjizhan opened this issue Dec 18, 2023 · 0 comments
Labels
Lv. 1 easy peasy, solution should be quite straightforward warning abnormal stuff that doesn't actually break anything (yet)

Comments

@shunjizhan
Copy link
Collaborator

when there is no explicit revert msg

current

    error: {
      "code": -32603,
      "data": "0x",
      "message": "execution reverted: "
    }

expected

    error: {
      "code": -32603,
      "data": "0x",
      "message": "execution reverted: 0x"
    }
@shunjizhan shunjizhan added Lv. 1 easy peasy, solution should be quite straightforward warning abnormal stuff that doesn't actually break anything (yet) bug it breaks something and removed warning abnormal stuff that doesn't actually break anything (yet) bug it breaks something labels Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Lv. 1 easy peasy, solution should be quite straightforward warning abnormal stuff that doesn't actually break anything (yet)
Projects
None yet
Development

No branches or pull requests

1 participant