Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update template-node to node-template (#2265)
Browse files Browse the repository at this point in the history
* Update `template-node` to `node-template`

For substrate-up scripts

* Remove random artifact
  • Loading branch information
shawntabrizi committed Apr 12, 2019
1 parent 800589f commit 6dfc3e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion node-template/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ build = "build.rs"
edition = "2018"

[[bin]]
name = "template-node"
name = "node-template"
path = "src/main.rs"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions node-template/runtime/src/lib.rs
Expand Up @@ -92,8 +92,8 @@ pub mod opaque {

/// This runtime version.
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("template-node"),
impl_name: create_runtime_str!("template-node"),
spec_name: create_runtime_str!("node-template"),
impl_name: create_runtime_str!("node-template"),
authoring_version: 3,
spec_version: 3,
impl_version: 0,
Expand Down
2 changes: 1 addition & 1 deletion node-template/src/main.rs
Expand Up @@ -14,7 +14,7 @@ fn run() -> cli::error::Result<()> {
name: "Substrate Node",
commit: env!("VERGEN_SHA_SHORT"),
version: env!("CARGO_PKG_VERSION"),
executable_name: "template-node",
executable_name: "node-template",
author: "Anonymous",
description: "Template Node",
support_url: "support.anonymous.an",
Expand Down

0 comments on commit 6dfc3e8

Please sign in to comment.