Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
serialize: use checksums that are already saved (#3708)
`get_checksum()` recomputes the checksum which might not match the pre-recorded one. `checksum` is the one that was `save()`ed during run and it is the one that should be used in the lockfile.
- Loading branch information