mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 10:52:43 +00:00
@@ -769,7 +769,6 @@ impl<T: BeaconChainTypes> SyncNetworkContext<T> {
|
||||
self.log.clone(),
|
||||
);
|
||||
|
||||
// TODO(das): start request
|
||||
// Note that you can only send, but not handle a response here
|
||||
match request.continue_requests(self) {
|
||||
Ok(_) => {
|
||||
@@ -779,7 +778,6 @@ impl<T: BeaconChainTypes> SyncNetworkContext<T> {
|
||||
self.custody_by_root_requests.insert(requester, request);
|
||||
Ok(LookupRequestResult::RequestSent(req_id))
|
||||
}
|
||||
// TODO(das): handle this error properly
|
||||
Err(e) => Err(RpcRequestSendError::CustodyRequestError(e)),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user