Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: threehonor <[email protected]>
  • Loading branch information
threehonor committed Jun 12, 2024
1 parent c7cdbbc commit 17d3d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zksync2/module/response_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 17d3d3b

Please sign in to comment.