Skip to content

Commit

Permalink
fix: use runtime_version attribute macro
Browse files Browse the repository at this point in the history
  • Loading branch information
sander2 committed Aug 30, 2021
1 parent 48aa3a0 commit 6556164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions parachain/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ impl_opaque_keys! {
}

/// This runtime version.
#[sp_version::runtime_version]
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kintsugi-parachain"),
impl_name: create_runtime_str!("kintsugi-parachain"),
Expand Down
1 change: 1 addition & 0 deletions standalone/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ impl_opaque_keys! {
}

/// This runtime version.
#[sp_version::runtime_version]
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("interbtc-standalone"),
impl_name: create_runtime_str!("interbtc-standalone"),
Expand Down

0 comments on commit 6556164

Please sign in to comment.