Explorar o código

Skip marking snapshot loadable when unarching snapshot (#8209)

Skip marking snapshot loadable
Rory Harris hai 1 mes
pai
achega
aa5cb43d1e
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      runtime/src/snapshot_utils.rs

+ 0 - 2
runtime/src/snapshot_utils.rs

@@ -1825,8 +1825,6 @@ fn create_snapshot_meta_files_for_unarchived_snapshot(unpack_dir: impl AsRef<Pat
         slot_dir.join(SNAPSHOT_STATUS_CACHE_FILENAME),
     )?;
 
-    mark_bank_snapshot_as_loadable(slot_dir)?;
-
     Ok(())
 }