Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: failed deserialization when
accessible_scopes
is missing (#534)
Some legacy contract classes are missing this field. Thankfully, this patch does not affect class hash calculation, as `accessible_scopes` is skipped when empty in the first place.
- Loading branch information