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

Commit 6dfc3e8

Browse files
committed
Update template-node to node-template (#2265)
* Update `template-node` to `node-template` For substrate-up scripts * Remove random artifact
1 parent 800589f commit 6dfc3e8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

node-template/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build = "build.rs"
66
edition = "2018"
77

88
[[bin]]
9-
name = "template-node"
9+
name = "node-template"
1010
path = "src/main.rs"
1111

1212
[dependencies]

node-template/runtime/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ pub mod opaque {
9292

9393
/// This runtime version.
9494
pub const VERSION: RuntimeVersion = RuntimeVersion {
95-
spec_name: create_runtime_str!("template-node"),
96-
impl_name: create_runtime_str!("template-node"),
95+
spec_name: create_runtime_str!("node-template"),
96+
impl_name: create_runtime_str!("node-template"),
9797
authoring_version: 3,
9898
spec_version: 3,
9999
impl_version: 0,

node-template/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fn run() -> cli::error::Result<()> {
1414
name: "Substrate Node",
1515
commit: env!("VERGEN_SHA_SHORT"),
1616
version: env!("CARGO_PKG_VERSION"),
17-
executable_name: "template-node",
17+
executable_name: "node-template",
1818
author: "Anonymous",
1919
description: "Template Node",
2020
support_url: "support.anonymous.an",

0 commit comments

Comments
 (0)