mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 11:31:05 +00:00
fix for latest substrate crate renaming (#641)
* rename crates as appropriate * Rename to use master - easy to revert, but shows it's working * Bump runtime version * Bump version * Bump Substrate again
This commit is contained in:
committed by
Gavin Wood
parent
0c1ef33541
commit
7832ad93cd
@@ -483,7 +483,7 @@ pub struct Status {
|
||||
pub fee_schedule: FeeSchedule,
|
||||
}
|
||||
|
||||
sr_api::decl_runtime_apis! {
|
||||
sp_api::decl_runtime_apis! {
|
||||
/// The API for querying the state of parachains on-chain.
|
||||
pub trait ParachainHost {
|
||||
/// Get the current validators.
|
||||
@@ -507,7 +507,7 @@ sr_api::decl_runtime_apis! {
|
||||
|
||||
/// Runtime ID module.
|
||||
pub mod id {
|
||||
use sr_version::ApiId;
|
||||
use sp_version::ApiId;
|
||||
|
||||
/// Parachain host runtime API id.
|
||||
pub const PARACHAIN_HOST: ApiId = *b"parahost";
|
||||
|
||||
Reference in New Issue
Block a user