diff --git a/crates/subspace-node/src/bin/subspace-node.rs b/crates/subspace-node/src/bin/subspace-node.rs index 0625b8e1b7..0647d14a42 100644 --- a/crates/subspace-node/src/bin/subspace-node.rs +++ b/crates/subspace-node/src/bin/subspace-node.rs @@ -218,6 +218,8 @@ fn main() -> Result<(), Error> { "subspace_gemini_3b", "subspace_gemini_3c", "subspace_gemini_3d", + "subspace_gemini_3e", + "subspace_gemini_3f", ] { let _ = std::fs::remove_dir_all( base_dir.join("subspace-node").join("chains").join(chain), @@ -366,7 +368,7 @@ fn main() -> Result<(), Error> { cli.run .base_path()? .map(|base_path| base_path.path().to_path_buf()), - // pass the domain-id manually for benchmark since this is + // pass the domain-id manually for benchmark since this is // not possible through cli commands at this moment. vec!["--domain-id".to_owned(), "0".to_owned()].into_iter(), );