Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Nov 12, 2024
1 parent fc01af0 commit 6bd8c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barretenberg/ts/src/barretenberg/backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export class UltraHonkBackend {
async getSolidityVerifier(): Promise<string> {
await this.instantiate();
await this.api.acirWriteVkUltraHonk(this.acirUncompressedBytecode);
return await this.api.honkSolidityVerifier(this.acirUncompressedBytecode);
return await this.api.getHonkSolidityVerifier(this.acirUncompressedBytecode);
}

// TODO(https://github.com/noir-lang/noir/issues/5661): Update this to handle Honk recursive aggregation in the browser once it is ready in the backend itself
Expand Down

0 comments on commit 6bd8c6e

Please sign in to comment.