@ -191,4 +191,4 @@ func (ch *chainHelperImpl) getReceipts(hs []common.Hash) ([][]byte, error) {
}
return receipts, nil
@ -542,4 +542,4 @@ func (req *getReceiptsRequest) parseGetReceiptsBytes(resp *syncResponse) ([][]by
return nil, errors.New("The response is not for GetReceipts")
return gbResp.ReceiptsBytes, nil