Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaylina committed May 7, 2023
1 parent 19be14f commit 3185f8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/main.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12076,7 +12076,7 @@ function p256(n) {
return nstr;
}

async function fflonkExportCallData(_pub, _proof, logger) {
async function fflonkExportCallData(_pub, _proof) {
const proof = unstringifyBigInts(_proof);
const pub = unstringifyBigInts(_pub);

Expand Down
4 changes: 2 additions & 2 deletions build/snarkjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/snarkjs.min.js

Large diffs are not rendered by default.

0 comments on commit 3185f8a

Please sign in to comment.