-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
return value of web3.eth.sendTransaction #686
Comments
👍 documentation fix TODO |
Why has the return value been changed to This is one of many changes in |
@lmittmann I'm sorry that the v3 -> v4 changes are causing you problems, however, there are good reasons behind all of these changes. The Given a string |
Maybe a small solace, but from |
What was wrong?
The return value of
web3.eth.sendTransaction(...)
seems to be HexBytes, not a str as shown in the docs.How can it be fixed?
Fix the return value or fix the docs.
The text was updated successfully, but these errors were encountered: