mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
Make versi-staging match previous configs (#5416)
Also get rid of pointless versi chainspec.
This commit is contained in:
@@ -127,7 +127,6 @@ impl SubstrateCli for Cli {
|
||||
#[cfg(not(feature = "rococo-native"))]
|
||||
name if name.starts_with("wococo-") =>
|
||||
Err(format!("`{}` only supported with `rococo-native` feature enabled.", name))?,
|
||||
"versi" => Box::new(service::chain_spec::versi_config()?),
|
||||
#[cfg(feature = "rococo-native")]
|
||||
"versi-dev" => Box::new(service::chain_spec::versi_development_config()?),
|
||||
#[cfg(feature = "rococo-native")]
|
||||
|
||||
Reference in New Issue
Block a user