bump transaction_version (#5074)

* kusama: bump transaction_version

* polkadot: bump transaction_version

* westend: bump transaction_version
This commit is contained in:
Mara Robin B
2022-03-10 11:49:46 +01:00
committed by GitHub
parent a863bfe69d
commit 114b82fab6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: version::create_apis_vec![[]],
transaction_version: 10,
transaction_version: 11,
state_version: 0,
};