Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hardening] disable conservation checks in dev inspect mode
Dev inspect mode can violate SUI conservation by turning bytes into coins. This is expected and ok because this is a test-only mode, not code that can ever run on a validator. Skip these checks in dev-inspect mode so we don't fail unexpectedly during dev inspect calls.
- Loading branch information