--- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -76,11 +76,11 @@ //TODO use args fn support_url() -> String { - "mailto:support@unique.network".into() + "support@unique.network".into() } fn copyright_start_year() -> i32 { - 2021 + 2019 } fn load_spec(&self, id: &str) -> std::result::Result, String> { @@ -115,11 +115,11 @@ } // TODO use args fn support_url() -> String { - "mailto:support@unique.network".into() + "support@unique.network".into() } fn copyright_start_year() -> i32 { - 2021 + 2019 } fn load_spec(&self, id: &str) -> std::result::Result, String> { --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -145,7 +145,7 @@ spec_name: create_runtime_str!("opal"), impl_name: create_runtime_str!("opal"), authoring_version: 1, - spec_version: 910000, + spec_version: 912200, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,