Skip to content

Commit

Permalink
Fix r1cs file bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaylina committed Jun 13, 2022
1 parent 7d4d229 commit 43ebe8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/r1cs_export_json.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default async function r1csExportJson(r1csFileName, logger) {
const cir = await readR1cs(r1csFileName, true, true, true, logger);
const Fr=cir.curve.Fr;
delete cir.curve;
delete cir.F;

return stringifyBigInts(Fr, cir);
}

0 comments on commit 43ebe8f

Please sign in to comment.