asset-swapper: clarify comment
This comment recently got moved from one context to another. In the old context, the whole comment made sense, but in the new context it needed paring down.
This commit is contained in:
@@ -155,9 +155,7 @@ describe('QuoteRequestor', async () => {
|
|||||||
'https://424.0.0.1': [[makerToken, takerToken]],
|
'https://424.0.0.1': [[makerToken, takerToken]],
|
||||||
'https://425.0.0.1': [[makerToken, takerToken]],
|
'https://425.0.0.1': [[makerToken, takerToken]],
|
||||||
'https://426.0.0.1': [] /* Shouldn't ping an RFQ-T
|
'https://426.0.0.1': [] /* Shouldn't ping an RFQ-T
|
||||||
provider when they don't support the requested asset pair.
|
provider when they don't support the requested asset pair. */,
|
||||||
(see how QuoteRequestor constructor parameters below don't
|
|
||||||
list any supported asset pairs for this maker.) */,
|
|
||||||
'https://37.0.0.1': [[makerToken, takerToken]],
|
'https://37.0.0.1': [[makerToken, takerToken]],
|
||||||
});
|
});
|
||||||
const resp = await qr.requestRfqtFirmQuotesAsync(
|
const resp = await qr.requestRfqtFirmQuotesAsync(
|
||||||
|
|||||||
Reference in New Issue
Block a user