mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 01:41:09 +00:00
runtime-api: cleanup after v7 stabilization (#1729)
Follow-up to #1543.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user