Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
YanhuiJessica committed Jan 27, 2024
1 parent 7245313 commit d11728f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheb3/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def dfs(type_str: str) -> Tuple[str, Any]:
signature = signature[: signature.find("(") + 1] + ret[0] + ")"
types = ret[1]
if len(types) != len(args):
raise MismatchedABI("Thypee supplied parameters do not match the signatrue.")
raise MismatchedABI("Supplied parameters do not match the signature.")

selector = Web3.solidity_keccak(["string"], [signature])[:4]

Expand Down

0 comments on commit d11728f

Please sign in to comment.