We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4719dda commit 9c9464fCopy full SHA for 9c9464f
yarn-project/pxe/src/pxe.ts
@@ -760,6 +760,9 @@ export class PXE {
760
// TODO(benesjan): What to do with this inefficiency? Could we just return the Tx directly from here?
761
// const txHash = (await txProvingResult.toTx()).getTxHash();
762
763
+ const indexedTaggingSecretsIncrementedInTheTx = privateExecutionResult.entrypoint.indexedTaggingSecrets;
764
+ await this.taggingDataProvider.setTaggingSecretIndexesAsSender(indexedTaggingSecretsIncrementedInTheTx);
765
+
766
return txProvingResult;
767
} catch (err: any) {
768
throw this.#contextualizeError(err, inspect(txRequest), inspect(privateExecutionResult));
0 commit comments