We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba17d87 commit a5cee88Copy full SHA for a5cee88
faster_hexbytes/_utils.py
@@ -10,7 +10,7 @@
10
11
def to_bytes(val: Union[bytes, str, bytearray, bool, int, memoryview]) -> bytes:
12
"""
13
- Equivalent to: `eth_utils.hexstr_if_str(eth_utils.to_bytes, val)` .
+ Equivalent to: `faster_eth_utils.hexstr_if_str(faster_eth_utils.to_bytes, val)` .
14
15
Convert a hex string, integer, or bool, to a bytes representation.
16
Alternatively, pass through bytes or bytearray as a bytes value.
0 commit comments