calculate hash from store instead of index (#15034)
* calculate hash from store instead of index * restore update hash in abs
This commit is contained in:
committed by
GitHub
parent
d0118a5c42
commit
600ff0d915
@@ -180,7 +180,7 @@ pub fn download_snapshot(
|
||||
ArchiveFormat::TarBzip2,
|
||||
] {
|
||||
let desired_snapshot_package = snapshot_utils::get_snapshot_archive_path(
|
||||
ledger_path,
|
||||
ledger_path.to_path_buf(),
|
||||
&desired_snapshot_hash,
|
||||
*compression,
|
||||
);
|
||||
|
Reference in New Issue
Block a user