mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 21:04:41 +00:00
Nest lookup type into request id SingleBlock and SingleBlob (#5562)
* Nest lookup type into block lookup RequestId
This commit is contained in:
@@ -691,7 +691,7 @@ impl<T: BeaconChainTypes> BlockLookups<T> {
|
||||
pub fn parent_lookup_failed<R: RequestState<Parent, T>>(
|
||||
&mut self,
|
||||
id: SingleLookupReqId,
|
||||
peer_id: PeerId,
|
||||
peer_id: &PeerId,
|
||||
cx: &SyncNetworkContext<T>,
|
||||
error: RPCError,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user