Skip to content

Commit 525f7a8

Browse files
author
differs
committed
.
1 parent 2487939 commit 525f7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/node/runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ pub fn wasm_binary_unwrap() -> &'static [u8] {
105105

106106
/// Runtime version.
107107
pub const VERSION: RuntimeVersion = RuntimeVersion {
108-
spec_name: create_runtime_str!("node"),
108+
spec_name: create_runtime_str!("legends"),
109109
impl_name: create_runtime_str!("legends-node"),
110110
authoring_version: 10,
111111
// Per convention: if the runtime behavior changes, increment spec_version

0 commit comments

Comments
 (0)