Bump Substrate and runtime version (#712)

* Update to latest Substrate master

* Bump Substrate and runtime version

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Gavin Wood
2020-01-01 13:24:51 +00:00
committed by GitHub
parent 20604ecc50
commit 497481724d
4 changed files with 206 additions and 118 deletions
-2
View File
@@ -95,8 +95,6 @@ struct PolkadotSubParams {
pub authority_discovery_enabled: bool,
}
cli::impl_augment_clap!(PolkadotSubParams);
/// Parses polkadot specific CLI arguments and run the service.
pub fn run<W>(worker: W, version: cli::VersionInfo) -> error::Result<()> where
W: Worker,