rm unused SwapQuoteRequestOpts key enableRfqt

Addresses review comment https://github.com/0xProject/0x-monorepo/pull/2541#discussion_r406043111
This commit is contained in:
F. Eugene Aumson
2020-04-08 13:49:14 -04:00
parent 121d51b414
commit 5f23833b43

View File

@@ -195,7 +195,6 @@ export interface SwapQuoteRequestOpts extends CalculateSwapQuoteOpts {
gasPrice?: BigNumber;
takerAddress?: string;
apiKey?: string;
enableRfqt?: boolean;
intentOnFilling?: boolean;
}