From d11728ff22d5ca2fbbae55c8c4f1a8e1f7d11a10 Mon Sep 17 00:00:00 2001 From: YanhuiJessica <137126578@qq.com> Date: Sat, 27 Jan 2024 22:40:15 +0800 Subject: [PATCH] fixed typos --- cheb3/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheb3/utils.py b/cheb3/utils.py index 383db9c..3b483b9 100644 --- a/cheb3/utils.py +++ b/cheb3/utils.py @@ -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]