Skip to content

Commit

Permalink
Add yParity to TxData type class
Browse files Browse the repository at this point in the history
- ``yParity`` was a recent addition to geth json transaction data. We added formatters for it but we missed it in the ``TxData`` class.
  • Loading branch information
fselmo committed Nov 13, 2023
1 parent 9ada1ba commit 8dd937d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web3/types.py
Expand Up @@ -157,6 +157,7 @@ class RPCError(TypedDict):
"type": Union[int, HexStr],
"v": int,
"value": Wei,
"yParity": int,
},
total=False,
)
Expand Down

0 comments on commit 8dd937d

Please sign in to comment.