bump tx versions (#4447)

This commit is contained in:
Martin Pugh
2021-12-02 13:18:44 +01:00
committed by GitHub
parent 96820bef83
commit 243014db2c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: version::create_apis_vec![[]],
transaction_version: 7,
transaction_version: 8,
};
/// The BABE epoch configuration at genesis.