Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Apr 16, 2024
1 parent c618da2 commit 9a0b9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web3.eth.account.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ You might have produced the signed_message locally, as in

>>> from web3 import Web3

# ecrecover in Solidity expects v as a native uint8, but r and s as left-padded bytes32
# ecrecover in Solidity expects v as a uint8, but r and s as left-padded bytes32
# Remix / web3.js expect r and s to be encoded to hex
# This convenience method will do the pad & hex for us:
>>> def to_32byte_hex(val):
Expand Down

0 comments on commit 9a0b9a8

Please sign in to comment.