Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
snapshots: convert_spv: Don't validate the module twice.
Remove the call to `Validator::validate` in `convert_spv`, since it directly follows the call to `check_targets`, which also called `Validator::validate`. The only difference between the two is whether `Parameters::god_mode` is respected, but this difference doesn't seem to have been deliberate: at the time the call to `check_targets` was added to `convert_spv` (5f21cf3, 2021-02-17), the two calls were exactly the same.
- Loading branch information