diff --git a/runtime/src/snapshot_utils.rs b/runtime/src/snapshot_utils.rs index 593252df91..10e74ffdc8 100644 --- a/runtime/src/snapshot_utils.rs +++ b/runtime/src/snapshot_utils.rs @@ -1152,7 +1152,7 @@ where } /// Get a list of the incremental snapshot archives in a directory -fn get_incremental_snapshot_archives
( +pub fn get_incremental_snapshot_archives
(
snapshot_archives_dir: P,
) -> Vec