Bump transaction_version for polkadot, kusama, & westend (#4831)

* bump transaction_version for kusama

* bump transaction_version for polkadot

* bump transaction_version for westend
This commit is contained in:
Mara Robin B
2022-02-02 14:33:48 +01:00
committed by GitHub
parent f69ca55712
commit ff5230e4fc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: version::create_apis_vec![[]],
transaction_version: 8,
transaction_version: 9,
state_version: 0,
};