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

Commit

Permalink
bump transaction version (polkadot & kusama) (#5690)
Browse files Browse the repository at this point in the history
* kusama: bump transaction_version to 12

* polkadot: bump transaction_version to 13
  • Loading branch information
coderobe authored Jun 17, 2022
1 parent c9db1ab commit 5e1ff57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: version::create_apis_vec![[]],
transaction_version: 11,
transaction_version: 12,
state_version: 0,
};

Expand Down
2 changes: 1 addition & 1 deletion runtime/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: version::create_apis_vec![[]],
transaction_version: 12,
transaction_version: 13,
state_version: 0,
};

Expand Down

0 comments on commit 5e1ff57

Please sign in to comment.