Skip to content

Commit

Permalink
contract_caller.py
Browse files Browse the repository at this point in the history
  • Loading branch information
intls committed Dec 6, 2024
1 parent 6d966a3 commit 298c3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offchain/web3/contract_caller.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 298c3bb

Please sign in to comment.