Skip to content

Commit d87c4be

Browse files
committed
chore: don't delete osmosid.local
1 parent 3faa2a8 commit d87c4be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

caribic/src/start.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,8 @@ pub async fn prepare_osmosis(osmosis_dir: &Path) -> Result<(), Box<dyn std::erro
550550
match copy_osmosis_config_files(osmosis_dir) {
551551
Ok(_) => {
552552
verbose("✅ Osmosis configuration files copied successfully");
553-
remove_previous_chain_data()?;
553+
// This should not be required as each time it's restarted it wipes the .osmosisd-local data
554+
// remove_previous_chain_data()?;
554555
init_local_network(osmosis_dir)?;
555556
Ok(())
556557
}

0 commit comments

Comments
 (0)