Validate the genesis config downloaded over RPC before accepting it (bp #8474) (#8480)

automerge
This commit is contained in:
mergify[bot]
2020-02-26 14:54:01 -08:00
committed by GitHub
parent 536e01121f
commit 242afa7e6b
6 changed files with 234 additions and 164 deletions

View File

@@ -55,7 +55,6 @@ mod tests {
snapshot_interval_slots,
snapshot_package_output_path: PathBuf::from(snapshot_output_path.path()),
snapshot_path: PathBuf::from(snapshot_dir.path()),
trusted_validators: None,
};
bank_forks.set_snapshot_config(Some(snapshot_config.clone()));
SnapshotTestConfig {