Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sladuca committed Sep 4, 2023
1 parent 65d7454 commit b204389
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actors/insertion-writer/src/sync/subgraph/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ export class SubgraphTreeInsertionSyncAdapter
const batch = range(0, insertion.numZeros).map((i) => ({
noteCommitment: TreeConstants.ZERO_VALUE,
merkleIndex: startIndex + i,
// HACK: add `i` to `totalEntityIndex` to ensure all of the zeros have unique `totalEntityIndex`s
}));

yield batch;
Expand Down

0 comments on commit b204389

Please sign in to comment.