Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
haerdib committed Apr 4, 2023
1 parent 7564196 commit 74e8fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core-primitives/node-api/api-client-extensions/src/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ use itp_types::parentchain::{BlockNumber, Hash, Header, StorageProof};
use sp_finality_grandpa::{AuthorityList, VersionedAuthorityList, GRANDPA_AUTHORITIES_KEY};
use sp_runtime::traits::GetRuntimeBlockType;
use substrate_api_client::{
api::Error as ApiClientError, primitives::StorageKey, rpc::Request, Api, ExtrinsicParams,
FrameSystemConfig, GetBlock, GetHeader, GetStorage,
primitives::StorageKey, rpc::Request, Api, ExtrinsicParams, FrameSystemConfig, GetBlock,
GetHeader, GetStorage,
};

/// ApiClient extension that simplifies chain data access.
Expand Down

0 comments on commit 74e8fd0

Please sign in to comment.