Skip to content

Commit

Permalink
Merge pull request #151 from InvArch/gabriel-bump_spec
Browse files Browse the repository at this point in the history
Bump spec and remove migration
  • Loading branch information
arrudagates authored Mar 25, 2024
2 parents 75b3b8d + 7dafb21 commit b99d5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tinkernet/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
migrations::new_core_account_derivation::MigrateToNewDerivation,
(),
>;

/// Opaque types. These are used by the CLI to instantiate machinery that don't need to know
Expand Down Expand Up @@ -193,7 +193,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("tinkernet_node"),
impl_name: create_runtime_str!("tinkernet_node"),
authoring_version: 1,
spec_version: 21,
spec_version: 22,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit b99d5b2

Please sign in to comment.