Skip to content
Snippets Groups Projects
Unverified Commit b675655e authored by Javier Viola's avatar Javier Viola Committed by GitHub
Browse files

fix: Add warn when a raw chain-spec is provided (#223)

parent d305770d
Branches
No related merge requests found
Pipeline #480043 passed with stage
in 16 minutes and 3 seconds
......@@ -473,8 +473,7 @@ impl ChainSpec {
})?;
self.write_spec(scoped_fs, content).await?;
} else {
// TODO: add a warning here
todo!();
warn!("⚠️ chain-spec for para_id: {} is in raw mode", para.id);
}
Ok(())
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment