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

fix type of input in TxData #3074

Merged
merged 2 commits into from
Aug 15, 2023
Merged

Conversation

minaminao
Copy link
Contributor

The type of input in TxData is actually HexBytes(bytes), not HexStr(str).

>>> type(tx["input"])
<class 'hexbytes.main.HexBytes'>

fselmo added a commit to minaminao/web3.py that referenced this pull request Aug 15, 2023
@fselmo
Copy link
Collaborator

fselmo commented Aug 15, 2023

Thanks @minaminao 👍🏼 . I added a newsfragment and will merge.

@fselmo fselmo merged commit d6277d7 into ethereum:main Aug 15, 2023
84 checks passed
@minaminao minaminao deleted the fix-tx-input-type branch August 17, 2023 07:23
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

Successfully merging this pull request may close these issues.

None yet

2 participants