-
Notifications
You must be signed in to change notification settings - Fork 103
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
Probably python3 issue: AttributeError: 'bytes' object has no attribute 'encode' #41
Comments
Yea, I fixed this locally, but I am a bit hesitant to make a PR because there are so many outstanding issues and PRs. Is this project still maintained? |
@lordi whether or not it's still maintained, everyone could benefit from a PR fixing this bug, so don't hesitate to share your version! |
Yes, I wish I could see the fix. |
hey @lordi if you send the PR to fix this issue, i can take it and merge it into my fork of this lib https://github.com/reiven/ethjsonrpc Thanks! |
Have you guys seen this? https://github.com/suryanash/ethjsonrpc/commit/587959177a3378ce58505b777d9b87baf685909d |
I think just commment out "assert sha3('').encode('hex') == 'c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470'" is enough to avoid this error. |
Change it to
|
The text was updated successfully, but these errors were encountered: