Send in quoteRequestor to fix RFQT tracking

This commit is contained in:
Steve Klebanoff 2020-07-28 13:39:21 -07:00
parent 466d962c07
commit 766888ec41
No known key found for this signature in database
GPG Key ID: 8A2D7E51E87DB8B9

View File

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