Skip to content

Commit db8a120

Browse files
committed
fixup
1 parent 9c6cdb3 commit db8a120

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib/proof-system/zkprogram.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,7 @@ function ZkProgram<
542542
const program = Object.assign(
543543
selfTag,
544544
{
545-
async maxProofsVerified() {
546-
return maxProofsVerified;
547-
},
545+
maxProofsVerified: getMaxProofsVerified,
548546

549547
compile,
550548
verify,

0 commit comments

Comments
 (0)