Skip to content

Commit

Permalink
reset to the spec_name of the testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfriend77 committed Feb 7, 2021
1 parent 827a453 commit 77f53a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77f53a6

Please sign in to comment.