Skip to content

Commit

Permalink
bump transaction_version westend and rococo
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Dec 14, 2023
1 parent af48f2e commit 789ffb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion polkadot/runtime/rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_005_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 22,
transaction_version: 24,
state_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 @@ -148,7 +148,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_005_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 22,
transaction_version: 24,
state_version: 1,
};

Expand Down

0 comments on commit 789ffb6

Please sign in to comment.