Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xturboblitz committed Aug 29, 2024
1 parent db1751b commit 61b8a56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/utils/snarkjs.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// utils from snarkjs. If snarkjs is updated and this breaks, might move this to lambda function
// utils from snarkjs copied here before snarkjs imports node crypto

function unstringifyBigInts(o: any): any {
if (typeof o == "string" && /^[0-9]+$/.test(o)) {
return BigInt(o);
Expand Down

0 comments on commit 61b8a56

Please sign in to comment.