Skip to content

Commit ea55f2e

Browse files
committed
change: change spec_name
1 parent e44df2f commit ea55f2e

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
@@ -108,7 +108,7 @@ pub fn wasm_binary_unwrap() -> &'static [u8] {
108108
/// Runtime version.
109109
#[sp_version::runtime_version]
110110
pub const VERSION: RuntimeVersion = RuntimeVersion {
111-
spec_name: create_runtime_str!("node"),
111+
spec_name: create_runtime_str!("realis"),
112112
impl_name: create_runtime_str!("realis-node"),
113113
authoring_version: 10,
114114
// Per convention: if the runtime behavior changes, increment spec_version

0 commit comments

Comments
 (0)