fix(light-rpc/parity) : Remove unused client (#9802)
This commit is contained in:
committed by
Andrew Jones
parent
fe84718b55
commit
f4c421f77a
@@ -542,7 +542,6 @@ impl<C: LightChainClient + 'static> LightDependencies<C> {
|
||||
false => None,
|
||||
};
|
||||
handler.extend_with(light::ParityClient::new(
|
||||
self.client.clone(),
|
||||
Arc::new(dispatcher.clone()),
|
||||
self.secret_store.clone(),
|
||||
self.logger.clone(),
|
||||
|
||||
Reference in New Issue
Block a user