Skip to content

Commit b25d46f

Browse files
committed
wip
1 parent 2ddbf7f commit b25d46f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yarn-project/pxe/src/contract_function_simulator/tagging_utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import type { IndexedTaggingSecret } from './indexed_tagging_secret.js';
99
// Half the size of the window we slide over the tagging secret indexes.
1010
export const WINDOW_HALF_SIZE = 10;
1111

12+
// TODO(benesjan): Make this return tags instead - this will moves some complexity from syncTaggedLogs
1213
export function getIndexedTaggingSecretsForTheWindow(
1314
secretsAndWindows: { directionalAppTaggingSecret: Fr; leftMostIndex: number; rightMostIndex: number }[],
1415
): IndexedTaggingSecret[] {

0 commit comments

Comments
 (0)