Skip to content

Commit

Permalink
Bump transaction_version
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Nov 20, 2024
1 parent 274f9a9 commit a86fb86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_017_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
transaction_version: 2,
system_version: 1,
};

Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/westend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_017_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 26,
transaction_version: 27,
system_version: 1,
};

Expand Down

0 comments on commit a86fb86

Please sign in to comment.