Split snapshot_package module (#6447)

automerge
This commit is contained in:
Greg Fitzgerald
2019-10-18 15:58:16 -06:00
committed by Grimes
parent 35461df92d
commit e81ba8e79f
7 changed files with 281 additions and 273 deletions

View File

@@ -411,7 +411,7 @@ fn get_bank_forks(
account_paths
.clone()
.expect("Account paths not present when booting from snapshot"),
snapshot_config,
&snapshot_config.snapshot_path,
&tar,
)
.expect("Load from snapshot failed");