Skip to content

Commit

Permalink
even in a 1-liner PR 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Oct 28, 2023
1 parent a3bc368 commit 78222dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/noir_js_backend_barretenberg/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export class BarretenbergBackend implements Backend {
await api.commonInitSlabAllocator(subgroupSize);
await api.srsInitSrs(new RawBuffer(crs.getG1Data()), crs.numPoints, new RawBuffer(crs.getG2Data()));

await api.acirInitProvingKey(this.acirComposer, this.acirUncompressedBytecode);
this.acirComposer = await api.acirNewAcirComposer(subgroupSize);
await api.acirInitProvingKey(this.acirComposer, this.acirUncompressedBytecode);
this.api = api;
}
}
Expand Down

0 comments on commit 78222dd

Please sign in to comment.