mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +00:00
Fix mismatched response bug
This commit is contained in:
@@ -351,7 +351,7 @@ impl<T: BeaconChainTypes> Worker<T> {
|
|||||||
|
|
||||||
// send stream termination
|
// send stream termination
|
||||||
if send_response {
|
if send_response {
|
||||||
self.send_response(peer_id, Response::BlocksByRoot(None), request_id);
|
self.send_response(peer_id, Response::BlobsByRoot(None), request_id);
|
||||||
}
|
}
|
||||||
drop(send_on_drop);
|
drop(send_on_drop);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user