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:
Kian Paimani
2019-10-19 15:03:18 +02:00
committed by Bastian Köcher
parent 687244f989
commit f861486fd2
11 changed files with 301 additions and 287 deletions
+1 -1
View File
@@ -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),
}