Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make test_hash_stored_account pass in release mode
The hash differs between debug and release mode, which makes the test fail when running under "cargo test --release". Use cfg! to include a different expected hash in release mode.
- Loading branch information