mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 02:21:14 +00:00
* companion pr for paritytech/substrate#6235 * ??? * nah doesn't work for my branch * bump Cargo.lock * bump kusama spec versin * bump kusama spec version * revert to master * bump Cargo.lock Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
@@ -30,12 +30,12 @@ use sp_runtime::traits::{Block as BlockT, Header as HeaderT, Hash as HashT, Hash
|
||||
use sc_consensus::LongestChain;
|
||||
use sc_client_api::light::{RemoteCallRequest, RemoteBodyRequest};
|
||||
use sc_service::client::{
|
||||
light::{
|
||||
call_executor::GenesisCallExecutor, backend as light_backend,
|
||||
new_light_blockchain, new_light_backend,
|
||||
},
|
||||
genesis, Client as SubstrateClient, LocalCallExecutor
|
||||
};
|
||||
use sc_light::{
|
||||
call_executor::GenesisCallExecutor, backend as light_backend,
|
||||
new_light_blockchain, new_light_backend,
|
||||
};
|
||||
|
||||
/// A prelude to import in tests.
|
||||
pub mod prelude {
|
||||
|
||||
Reference in New Issue
Block a user