Skip to content

Commit

Permalink
fix missing cache update of the lower bound
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Apr 27, 2024
1 parent 88acf1c commit 3ef89e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/engine/paima-funnel/src/funnels/mina/funnel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ export class MinaFunnel extends BaseFunnel implements ChainFunnel {

const composed = composeChainData(baseData, grouped);

this.cache.updateLastPoint(toTimestamp);

for (const chainData of composed) {
if (!chainData.internalEvents) {
chainData.internalEvents = [];
Expand Down

0 comments on commit 3ef89e8

Please sign in to comment.