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:
@@ -546,7 +546,6 @@ export class SwapQuoter {
|
||||
takerAssetData,
|
||||
assetFillAmount,
|
||||
marketOperation,
|
||||
options.intentOnFilling,
|
||||
options.apiKey,
|
||||
options.takerAddress,
|
||||
),
|
||||
|
||||
@@ -20,7 +20,6 @@ export class QuoteRequestor {
|
||||
takerAssetData: string,
|
||||
assetFillAmount: BigNumber,
|
||||
marketOperation: MarketOperation,
|
||||
intentOnFilling: boolean,
|
||||
takerApiKey: string,
|
||||
takerAddress: string,
|
||||
): Promise<SignedOrder[]> {
|
||||
|
||||
Reference in New Issue
Block a user