Skip to content

Commit

Permalink
klaos to 1400
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi committed Apr 9, 2024
1 parent 8ade454 commit 895692b
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions runtime/klaos/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,28 +195,14 @@ impl_opaque_keys! {
pub aura: Aura,
}
}
/// Version of the runtime
#[cfg(feature = "try-runtime")]
#[sp_version::runtime_version]
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("laos"),
impl_name: create_runtime_str!("laos"),
authoring_version: 1,
spec_version: 1300,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
state_version: 1,
};

/// Version of the runtime
#[cfg(not(feature = "try-runtime"))]
#[sp_version::runtime_version]
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("klaos"),
impl_name: create_runtime_str!("klaos"),
authoring_version: 1,
spec_version: 1300,
spec_version: 1400,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 895692b

Please sign in to comment.