We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72498d commit 7fa4ef8Copy full SHA for 7fa4ef8
1 file changed
utils/files.ts
@@ -153,7 +153,7 @@ export const collapseSmallPayments = (
153
nonUniquePrices.forEach(nonUniquePrice => {
154
txsForPrice[nonUniquePrice] = tempTxGroup.filter(tx => nonUniquePrice === tx.prices.find(p => p.price.quoteId === quoteId)!.price.value.toNumber()).map(tx => tx.id)
155
})
156
- console.error('ERROR DETAIL:', { txsForPrice })
+ console.error('ERROR WHEN TRYING TO COLLAPSE TXS INTO DIFFERENT PRICES:', { txsForPrice })
157
}
158
159
throw new Error(
0 commit comments