From 5226cf22c2a8d198a4cc9a14bd0610c780ba4587 Mon Sep 17 00:00:00 2001 From: threehonor Date: Wed, 12 Jun 2024 14:33:09 +0800 Subject: [PATCH] chore: fix comment Signed-off-by: threehonor --- zksync2/module/response_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zksync2/module/response_types.py b/zksync2/module/response_types.py index 1042c51..b0a3e17 100644 --- a/zksync2/module/response_types.py +++ b/zksync2/module/response_types.py @@ -21,7 +21,7 @@ "ZksContractDebugInfo", {"assemblyCode": HexStr, "pcLineMapping": Dict[int, int]} ) -ZksBlockRange = TypedDict("ZksBlockRange", {"begining": int, "end": int}) +ZksBlockRange = TypedDict("ZksBlockRange", {"beginning": int, "end": int}) ZksBaseSystemContractsHashes = TypedDict( "ZksBaseSystemContractsHashes", {"bootloader": str, "defaultAa": str}