mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 03:31:10 +00:00
Make light client backend only work with locally available data (#3538)
* removing fetcher dependency from light backend * fix compilation
This commit is contained in:
committed by
Gavin Wood
parent
fd924c07ed
commit
634ca73e50
@@ -47,7 +47,6 @@ use client::LocalCallExecutor;
|
||||
/// Test client light database backend.
|
||||
pub type LightBackend<Block> = client::light::backend::Backend<
|
||||
client_db::light::LightStorage<Block>,
|
||||
LightFetcher,
|
||||
Blake2Hasher,
|
||||
>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user