Skip to content

Commit

Permalink
Change back the spec_name to update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauthamastro committed Jan 17, 2023
1 parent 2abc319 commit cf5775d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pub fn wasm_binary_unwrap() -> &'static [u8] {

/// Runtime version.
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("polkadex-node"),
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("polkadex-official"),
authoring_version: 10,
// Per convention: if the runtime behavior changes, increment spec_version
Expand Down

0 comments on commit cf5775d

Please sign in to comment.