mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 06:31:09 +00:00
integrate minor weight/fee changes (#482)
* Update cargo files * Make it build again. * Fix build * revert cargo file * New lockfile * Bump.
This commit is contained in:
committed by
Bastian Köcher
parent
687244f989
commit
f861486fd2
@@ -72,7 +72,7 @@ pub trait Worker: IntoExit {
|
||||
|
||||
#[derive(Debug, StructOpt, Clone)]
|
||||
enum PolkadotSubCommands {
|
||||
#[structopt(name = "validation-worker", raw(setting = "structopt::clap::AppSettings::Hidden"))]
|
||||
#[structopt(name = "validation-worker", setting = structopt::clap::AppSettings::Hidden)]
|
||||
ValidationWorker(ValidationWorkerCommand),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user