bump transcation_version for rococo (#5760) (#5830)

* bump transcation_version

* revert back transaction version for kusama and plokadot as they were bumped in the previous release

Co-authored-by: Egor_P <egor@parity.io>
This commit is contained in:
Chevdor
2022-07-28 13:57:41 +02:00
committed by GitHub
parent 85dabbd850
commit bfc9efc944
+1 -1
View File
@@ -102,7 +102,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,
};