Update handle_rpc_response blobs match arms to be consistent with block v2 protocols.

This commit is contained in:
Jimmy Chen
2023-06-28 16:56:52 +10:00
parent 68140fa036
commit 03a17a84da
2 changed files with 34 additions and 42 deletions

View File

@@ -375,7 +375,7 @@ impl<T: BeaconChainTypes> Worker<T> {
send_on_drop: SendOnDrop,
peer_id: PeerId,
request_id: PeerRequestId,
mut req: BlocksByRangeRequest,
req: BlocksByRangeRequest,
) {
debug!(self.log, "Received BlocksByRange Request";
"peer_id" => %peer_id,