This commit is contained in:
jude
2023-04-24 21:39:37 +01:00
parent 29e7e2c11a
commit f479fd0b29
3 changed files with 10 additions and 8 deletions

View File

@ -503,7 +503,6 @@ export function verifyFortify(obj, key) {
let p = c.verifyNI(verification.zeroProofs[r]);
if (p !== 0n) {
console.log(p);
return false;
}
}