Fix bug in prior revision: wrong asset data

I tried to get fancy back in 5effc6ec90.
I changed something more than the single refactor targetted by the
commit, and it broke things!  This reverts part of that commit,
restoring clean runs of 0x API tests.
This commit is contained in:
F. Eugene Aumson
2020-04-21 02:34:54 -04:00
parent 11622c586a
commit 153533f1d5

View File

@@ -114,8 +114,8 @@ export class MarketOperationUtils {
),
);
const rfqtPromise = getRfqtIndicativeQuotesAsync(
makerToken,
takerToken,
nativeOrders[0].makerAssetData,
nativeOrders[0].takerAssetData,
MarketOperation.Sell,
takerAmount,
_opts,
@@ -194,8 +194,8 @@ export class MarketOperationUtils {
),
);
const rfqtPromise = getRfqtIndicativeQuotesAsync(
makerToken,
takerToken,
nativeOrders[0].makerAssetData,
nativeOrders[0].takerAssetData,
MarketOperation.Buy,
makerAmount,
_opts,