fix disable-runtime-api feature flag (#5773)

This commit is contained in:
ferrell-code
2022-07-12 17:43:13 -04:00
committed by GitHub
parent 3240cb5e4d
commit a1672452e1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: version::create_apis_vec![[]],
apis: sp_version::create_apis_vec![[]],
transaction_version: 12,
state_version: 0,
};