Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: proper field inversion for bigints (#4802)
# Description ## Problem\* Resolves #4578. The fix for issue #4530 has also being merged back so I also activate the related test case. ## Summary\* Field inversion for bigints had a typo. ## Additional Context I did not consider biguint256 since it was decided not to merge the PR. ## Documentation\* Check one: - [X] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[For Experimental Features]** Documentation to be submitted in a separate PR. # PR Checklist\* - [X] I have tested the changes locally. - [x] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings.
- Loading branch information