mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
new crate sc-light (#6235)
* sc-light * remove unused deps * fix line width * move more fns to sc_light
This commit is contained in:
@@ -46,7 +46,7 @@ use sp_runtime::traits::{Block as BlockT, BlakeTwo256};
|
||||
use sc_service::client::{LocalCallExecutor, ClientConfig};
|
||||
|
||||
/// Test client light database backend.
|
||||
pub type LightBackend<Block> = client::light::backend::Backend<
|
||||
pub type LightBackend<Block> = sc_light::Backend<
|
||||
sc_client_db::light::LightStorage<Block>,
|
||||
BlakeTwo256,
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user