review server

This commit is contained in:
Lucas Molas 2020-07-31 09:59:56 -03:00
parent 755772e12d
commit fc32410e5b

View File

@ -78,8 +78,7 @@ func (server *BlockSyncService) HandleStream(stream inet.Stream) {
}
// Validate and service the request. We return either a protocol
// response or an internal error. The protocol response may signal
// a protocol error itself (e.g., invalid request).
// response or an internal error.
func (server *BlockSyncService) processRequest(
ctx context.Context,
req *Request,
@ -198,7 +197,7 @@ func collectChainSegment(
return nil, xerrors.Errorf("gather messages failed: %w", err)
}
// FIXME: Pass the response to the `gatherMessages` and set all this there.
// FIXME: Pass the response to `gatherMessages()` and set all this there.
bst.Messages = &CompactedMessages{}
bst.Messages.Bls = bmsgs
bst.Messages.BlsIncludes = bmincl