dev mode back to false in prover.ts

This commit is contained in:
0xturboblitz
2024-05-11 22:44:39 +09:00
parent b87707b05a
commit 9577fdbe3f

View File

@@ -44,7 +44,7 @@ export const prove = async ({
passportData,
reveal_bitmap,
address,
{ developmentMode: true }
{ developmentMode: false }
);
Object.keys(inputs).forEach((key) => {