From 298c3bba6b4c56a8a26c4b1934e89c0db0fc90cb Mon Sep 17 00:00:00 2001 From: Pavel Date: Fri, 6 Dec 2024 21:32:04 +0300 Subject: [PATCH] contract_caller.py --- offchain/web3/contract_caller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offchain/web3/contract_caller.py b/offchain/web3/contract_caller.py index 903ad3f..81f6521 100644 --- a/offchain/web3/contract_caller.py +++ b/offchain/web3/contract_caller.py @@ -53,7 +53,7 @@ def single_address_many_fns_many_args( block_tag: Optional[str] = "latest", chunk_size: int = CHUNK_SIZE, ) -> dict[str, Optional[Any]]: - """Call many functions on a single addresses with differnt arguments per function + """Call many functions on a single addresses with different arguments per function Args: address (str): address to call function on