diff --git a/bin/node/runtime/src/lib.rs b/bin/node/runtime/src/lib.rs index e18e96e900771..a496225ec7fbb 100644 --- a/bin/node/runtime/src/lib.rs +++ b/bin/node/runtime/src/lib.rs @@ -105,8 +105,8 @@ pub fn wasm_binary_unwrap() -> &'static [u8] { /// Runtime version. pub const VERSION: RuntimeVersion = RuntimeVersion { - spec_name: create_runtime_str!("dotmog-node"), - impl_name: create_runtime_str!("milky-way"), + spec_name: create_runtime_str!("node"), + impl_name: create_runtime_str!("substrate-node"), authoring_version: 10, // Per convention: if the runtime behavior changes, increment spec_version // and set impl_version to 0. If only runtime