Fix mismatched response bug
This commit is contained in:
parent
81a754577d
commit
e14550425d
@ -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);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user