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

Commit

Permalink
bump transcation_version for rococo (#5760)
Browse files Browse the repository at this point in the history
* bump transcation_version

* revert back transaction version for kusama and plokadot as they were bumped in the previous release
  • Loading branch information
EgorPopelyaev authored Jul 7, 2022
1 parent 5739cd4 commit da37ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: sp_version::create_apis_vec![[]],
transaction_version: 0,
transaction_version: 1,
state_version: 0,
};

Expand Down

0 comments on commit da37ab2

Please sign in to comment.