mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 05:41:07 +00:00
Update to latest Substrate (#90)
* Update to latest Substrate * Fix tests * Update src/main.rs Co-Authored-By: gavofyork <github@gavwood.com>
This commit is contained in:
@@ -67,11 +67,12 @@ quick_main!(run);
|
||||
|
||||
fn run() -> cli::error::Result<()> {
|
||||
let version = VersionInfo {
|
||||
name: "Parity Polkadot",
|
||||
commit: vergen::short_sha(),
|
||||
version: env!("CARGO_PKG_VERSION"),
|
||||
executable_name: "polkadot",
|
||||
author: "Parity Team <admin@parity.io>",
|
||||
description: "Polkadot Node Rust Implementation",
|
||||
description: "Polkadot Relay-chain Client Node",
|
||||
};
|
||||
cli::run(::std::env::args(), Worker, version)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user