Remove unused intentOnFilling method parameter

Addresses review comments
https://github.com/0xProject/0x-monorepo/pull/2541#discussion_r405952889
and
https://github.com/0xProject/0x-monorepo/pull/2541#discussion_r406048104
This commit is contained in:
F. Eugene Aumson
2020-04-09 12:00:29 -04:00
parent 5f23833b43
commit 227676c150
2 changed files with 0 additions and 2 deletions

View File

@@ -546,7 +546,6 @@ export class SwapQuoter {
takerAssetData,
assetFillAmount,
marketOperation,
options.intentOnFilling,
options.apiKey,
options.takerAddress,
),

View File

@@ -20,7 +20,6 @@ export class QuoteRequestor {
takerAssetData: string,
assetFillAmount: BigNumber,
marketOperation: MarketOperation,
intentOnFilling: boolean,
takerApiKey: string,
takerAddress: string,
): Promise<SignedOrder[]> {