Update to latest Substrate & Polkadot and also move cli crate (#365)

This commit is contained in:
Bastian Köcher
2021-03-12 14:39:58 +01:00
committed by GitHub
parent 64061a4117
commit 8211ce13df
6 changed files with 200 additions and 228 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ pub enum Subcommand {
ImportBlocks(sc_cli::ImportBlocksCmd),
/// Remove the whole chain.
PurgeChain(cumulus_cli::PurgeChainCmd),
PurgeChain(cumulus_client_cli::PurgeChainCmd),
/// Revert the chain to a previous state.
Revert(sc_cli::RevertCmd),