Skip to content

Commit 9c9464f

Browse files
committed
wip
1 parent 4719dda commit 9c9464f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

yarn-project/pxe/src/pxe.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,9 @@ export class PXE {
760760
// TODO(benesjan): What to do with this inefficiency? Could we just return the Tx directly from here?
761761
// const txHash = (await txProvingResult.toTx()).getTxHash();
762762

763+
const indexedTaggingSecretsIncrementedInTheTx = privateExecutionResult.entrypoint.indexedTaggingSecrets;
764+
await this.taggingDataProvider.setTaggingSecretIndexesAsSender(indexedTaggingSecretsIncrementedInTheTx);
765+
763766
return txProvingResult;
764767
} catch (err: any) {
765768
throw this.#contextualizeError(err, inspect(txRequest), inspect(privateExecutionResult));

0 commit comments

Comments
 (0)