asset-swapper/RFQT: log maker response metadata

This commit is contained in:
F. Eugene Aumson
2020-05-11 17:40:19 -04:00
parent b95cec9c32
commit a43c7e36f8

View File

@@ -287,6 +287,10 @@ export class QuoteRequestor {
if (this._makerSupportsPair(url, makerAssetData, takerAssetData)) {
const partialLogEntry = {
makerEndpoint: url,
makerAssetData,
takerAssetData,
assetFillAmount,
marketOperation,
quoteType,
};
const timeBeforeAwait = Date.now();