diff --git a/src/shared/api/server/book/helpers.ts b/src/shared/api/server/book/helpers.ts index 9ed8e4ce..f574c2e4 100644 --- a/src/shared/api/server/book/helpers.ts +++ b/src/shared/api/server/book/helpers.ts @@ -120,7 +120,6 @@ export const processSimulation = ({ let cumulativeTotal = new BigNumber(0); return invertPrice ? traces - .toReversed() .map(trace => { cumulativeTotal = cumulativeTotal.plus(trace.amount); return {