We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f465e commit 47daf58Copy full SHA for 47daf58
src/Reclaim.ts
@@ -63,7 +63,7 @@ export async function verifyProof(proofOrProofs: Proof | Proof[],allowAiWitness?
63
}
64
65
try {
66
- // check if witness array exist and first element is manual-verify
+ // check if witness array exist and first element is ai-witness
67
let witnesses = []
68
if (proof.witnesses.length && proof.witnesses[0]?.url === 'ai-witness' && allowAiWitness === true) {
69
witnesses.push(proof.witnesses[0].id)
0 commit comments