mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
This reverts commit 5ae9b9baef.
This commit is contained in:
Generated
+304
-390
File diff suppressed because it is too large
Load Diff
@@ -262,7 +262,6 @@ pub fn run() -> Result<()> {
|
|||||||
cmd.run(config, partials.client.clone(), db, storage)
|
cmd.run(config, partials.client.clone(), db, storage)
|
||||||
}),
|
}),
|
||||||
BenchmarkCmd::Overhead(_) => Err("Unsupported benchmarking command".into()),
|
BenchmarkCmd::Overhead(_) => Err("Unsupported benchmarking command".into()),
|
||||||
BenchmarkCmd::Machine(cmd) => runner.sync_run(|config| cmd.run(&config)),
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Some(Subcommand::TryRuntime(cmd)) => {
|
Some(Subcommand::TryRuntime(cmd)) => {
|
||||||
|
|||||||
@@ -502,7 +502,6 @@ pub fn run() -> Result<()> {
|
|||||||
})
|
})
|
||||||
}),
|
}),
|
||||||
BenchmarkCmd::Overhead(_) => Err("Unsupported benchmarking command".into()),
|
BenchmarkCmd::Overhead(_) => Err("Unsupported benchmarking command".into()),
|
||||||
BenchmarkCmd::Machine(cmd) => runner.sync_run(|config| cmd.run(&config)),
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Some(Subcommand::TryRuntime(cmd)) => {
|
Some(Subcommand::TryRuntime(cmd)) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user