Update template-node to node-template (#2265)

* Update `template-node` to `node-template`

For substrate-up scripts

* Remove random artifact
This commit is contained in:
Shawn Tabrizi
2019-04-12 11:53:35 +02:00
committed by Bastian Köcher
parent 5725e25448
commit 600d0cafaa
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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,