Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasxia01 committed Dec 10, 2024
1 parent 7b39066 commit 7a77731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/bb-prover/src/prover/bb_prover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export interface BBProverConfig extends BBConfig, ACVMConfig {
*/
export class BBNativeRollupProver implements ServerCircuitProver {
private verificationKeys = new Map<
`ultra${'_keccak_' | '_'}honk_${ServerProtocolArtifact}`,
`ultra${'_keccak_' | '_' | '_rollup_'}honk_${ServerProtocolArtifact}`,
Promise<VerificationKeyData>
>();

Expand Down

0 comments on commit 7a77731

Please sign in to comment.