revert changes: InspectKeyCmd back to InspectCmd where appropriate (#8787)

This commit is contained in:
Dan Shields
2021-05-11 23:47:10 -06:00
committed by GitHub
parent a5b2e7786e
commit d89a01cd96
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ pub enum Subcommand {
name = "inspect",
about = "Decode given block or extrinsic using current native runtime."
)]
Inspect(node_inspect::cli::InspectKeyCmd),
Inspect(node_inspect::cli::InspectCmd),
/// The custom benchmark subcommmand benchmarking runtime pallets.
#[structopt(name = "benchmark", about = "Benchmark runtime pallets.")]