Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
adjust Statemint to the three digit spec_version format
Browse files Browse the repository at this point in the history
  • Loading branch information
apopiak committed Oct 15, 2021
1 parent ae23b3d commit 0e01e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polkadot-parachains/statemint/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("statemint"),
impl_name: create_runtime_str!("statemint"),
authoring_version: 1,
spec_version: 2,
impl_version: 1,
spec_version: 100,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
};
Expand Down

0 comments on commit 0e01e63

Please sign in to comment.