Rename state.tgz to snapshot.tgz to match rpc service

This commit is contained in:
Michael Vines 2019-08-02 10:07:29 -07:00
parent aced847735
commit aee63f15c2
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ pub fn load_snapshots<P: AsRef<Path>>(
}
pub fn get_snapshot_tar_path<P: AsRef<Path>>(snapshot_output_dir: P) -> PathBuf {
snapshot_output_dir.as_ref().join("state.tgz")
snapshot_output_dir.as_ref().join("snapshot.tgz")
}
pub fn untar_snapshot_in<P: AsRef<Path>, Q: AsRef<Path>>(