mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
dev mode back to false in prover.ts
This commit is contained in:
@@ -44,7 +44,7 @@ export const prove = async ({
|
||||
passportData,
|
||||
reveal_bitmap,
|
||||
address,
|
||||
{ developmentMode: true }
|
||||
{ developmentMode: false }
|
||||
);
|
||||
|
||||
Object.keys(inputs).forEach((key) => {
|
||||
|
||||
Reference in New Issue
Block a user