Skip to content

Commit

Permalink
Update cairo/tests/utils/serde.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu <[email protected]>
  • Loading branch information
Eikix and enitrat authored Jan 24, 2025
1 parent 54aacc0 commit b2f2c1c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cairo/tests/utils/serde.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,9 +716,6 @@ def serialize_state(self, ptr) -> State:
),
parent_main_dict,
Mapping[Address, Optional[Account]],
# If the parent pointers are None, the state is the original state,
# We can skip the consistency check on dicts
check_dict_consistency=not is_original_state,
),
),
Trie(
Expand Down

0 comments on commit b2f2c1c

Please sign in to comment.