We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2487939 commit 525f7a8Copy full SHA for 525f7a8
bin/node/runtime/src/lib.rs
@@ -105,7 +105,7 @@ pub fn wasm_binary_unwrap() -> &'static [u8] {
105
106
/// Runtime version.
107
pub const VERSION: RuntimeVersion = RuntimeVersion {
108
- spec_name: create_runtime_str!("node"),
+ spec_name: create_runtime_str!("legends"),
109
impl_name: create_runtime_str!("legends-node"),
110
authoring_version: 10,
111
// Per convention: if the runtime behavior changes, increment spec_version
0 commit comments