take out old todo comment

This commit is contained in:
Steve Klebanoff
2020-07-08 15:13:53 -07:00
parent 75689cee96
commit 67b195c942

View File

@@ -137,7 +137,6 @@ export class SwapQuoteCalculator {
: { assetProxyId: '' };
if (firstOrderMakerAssetData.assetProxyId === AssetProxyId.ERC721) {
const blankQuoteReport = { sourcesConsidered: [], sourcesDelivered: [] }; // TODO: better solution here
// HACK: to conform ERC721 orders to the output of market operation utils, assumes complete fillable
optimizedOrders = prunedOrders.map(o => convertNativeOrderToFullyFillableOptimizedOrders(o));
} else {