Skip to content

Commit 7fa4ef8

Browse files
committed
refactor: error log
1 parent f72498d commit 7fa4ef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/files.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export const collapseSmallPayments = (
153153
nonUniquePrices.forEach(nonUniquePrice => {
154154
txsForPrice[nonUniquePrice] = tempTxGroup.filter(tx => nonUniquePrice === tx.prices.find(p => p.price.quoteId === quoteId)!.price.value.toNumber()).map(tx => tx.id)
155155
})
156-
console.error('ERROR DETAIL:', { txsForPrice })
156+
console.error('ERROR WHEN TRYING TO COLLAPSE TXS INTO DIFFERENT PRICES:', { txsForPrice })
157157
}
158158

159159
throw new Error(

0 commit comments

Comments
 (0)