runtime-api: cleanup after v7 stabilization (#1729)

Follow-up to #1543.
This commit is contained in:
ordian
2023-09-28 01:07:32 +02:00
committed by GitHub
parent 14e5d23348
commit 769bdd3ff3
4 changed files with 3 additions and 5 deletions
@@ -725,7 +725,7 @@ impl RuntimeApiRequest {
pub const MINIMUM_BACKING_VOTES_RUNTIME_REQUIREMENT: u32 = 6;
/// Minimum version to enable asynchronous backing: `AsyncBackingParams` and `ParaBackingState`.
pub const STAGING_BACKING_STATE: u32 = 7;
pub const ASYNC_BACKING_STATE_RUNTIME_REQUIREMENT: u32 = 7;
}
/// A message to the Runtime API subsystem.