mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
DB-based light client backend (#250)
* use db in light clients * fixed comment * fixed grumbles
This commit is contained in:
committed by
Gav Wood
parent
0e905952e2
commit
4403d8a89e
@@ -136,7 +136,7 @@ impl<Components> Service<Components>
|
||||
},
|
||||
network_config: config.network,
|
||||
chain: client.clone(),
|
||||
on_demand: on_demand.clone().map(|d| d as Arc<network::OnDemandService>),
|
||||
on_demand: on_demand.clone().map(|d| d as Arc<network::OnDemandService<Block>>),
|
||||
transaction_pool: transaction_pool_adapter,
|
||||
};
|
||||
let network = network::Service::new(network_params)?;
|
||||
|
||||
Reference in New Issue
Block a user