mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 03:06:42 +01:00
Fixes and tests passed
This commit is contained in:
@@ -99,7 +99,7 @@ function unstringifyBigInts(o) {
|
||||
}
|
||||
return res;
|
||||
} else {
|
||||
return o;
|
||||
return bigInt(o);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user