Skip to content

Commit c5337e6

Browse files
sky-coderaypacrob
authored andcommitted
Update abi.py
1 parent 7946dcf commit c5337e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3/_utils/abi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def find_constructor_abi_element_by_type(contract_abi: ABI) -> ABIConstructor:
448448
BYTES_SIZES = range(1, 33)
449449
UINT_TYPES = [f"uint{i}" for i in INT_SIZES]
450450
INT_TYPES = [f"int{i}" for i in INT_SIZES]
451-
BYTES_TYPES = [f"bytes{i}" for i in BYTES_SIZES] + ["bytes32.byte"]
451+
BYTES_TYPES = [f"bytes{i}" for i in BYTES_SIZES] + ["bytes32"]
452452

453453
STATIC_TYPES = list(
454454
itertools.chain(

0 commit comments

Comments
 (0)