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

support revert reason provided by the contract #30

Closed
iavl opened this issue Apr 21, 2020 · 1 comment
Closed

support revert reason provided by the contract #30

iavl opened this issue Apr 21, 2020 · 1 comment

Comments

@iavl
Copy link
Collaborator

iavl commented Apr 21, 2020

Need to record the reson of the error to the transaction.

solidity code:

require(size > 0 && msg.value > 0, "invalid data provided");
@iavl
Copy link
Collaborator Author

iavl commented Apr 21, 2020

#31

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

1 participant