Skip to content

Commit

Permalink
doc: fix hexbytes
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdang committed Aug 23, 2024
1 parent 5587f1f commit dc8fc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/api/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def convert(self, value: Any) -> ConvertedType:
convert("1 ETH", int)
# 1000000000000000000
convert("283Af0B28c62C092C9727F1Ee09c02CA627EB7F5", bytes)
convert("0x283Af0B28c62C092C9727F1Ee09c02CA627EB7F5", bytes)
# HexBytes('0x283af0b28c62c092c9727f1ee09c02ca627eb7f5')
convert("vitalik.eth", AddressType)
Expand Down

0 comments on commit dc8fc55

Please sign in to comment.