Merge pull request #2646 from 0xProject/feature/fix-quote-report-rfqt

Send in quoteRequestor to fix RFQT tracking
This commit is contained in:
Steve Klebanoff 2020-07-28 14:32:28 -07:00 committed by GitHub
commit 498a50b229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,6 +302,7 @@ export class MarketOperationUtils {
feeSchedule: _opts.feeSchedule,
allowFallback: _opts.allowFallback,
shouldBatchBridgeOrders: _opts.shouldBatchBridgeOrders,
quoteRequestor: _opts.rfqt ? _opts.rfqt.quoteRequestor : undefined,
});
}