Skip to content

Commit

Permalink
Bump transaction_version rococo and westend
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed May 16, 2024
1 parent 3b6dcfe commit b401690
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 @@ -168,7 +168,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_012_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 25,
transaction_version: 26,
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 @@ -160,7 +160,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_012_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 25,
transaction_version: 26,
state_version: 1,
};

Expand Down

0 comments on commit b401690

Please sign in to comment.