Skip to content

Commit 47daf58

Browse files
fixing comments
1 parent b4f465e commit 47daf58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reclaim.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export async function verifyProof(proofOrProofs: Proof | Proof[],allowAiWitness?
6363
}
6464

6565
try {
66-
// check if witness array exist and first element is manual-verify
66+
// check if witness array exist and first element is ai-witness
6767
let witnesses = []
6868
if (proof.witnesses.length && proof.witnesses[0]?.url === 'ai-witness' && allowAiWitness === true) {
6969
witnesses.push(proof.witnesses[0].id)

0 commit comments

Comments
 (0)