Skip to content

Commit

Permalink
Merge pull request #390 from dbluhm/fix/pre-verify
Browse files Browse the repository at this point in the history
Fix pre-verify check
  • Loading branch information
andrewwhitehead authored Feb 28, 2020
2 parents 157ad09 + 382080d commit 7d0a21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/verifier/indy.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def pre_verify(pres_req: dict, pres: dict) -> PreVerifyResult:
if primary_enco != encode(spec["raw"]):
return PreVerifyResult.ENCODING_MISMATCH

return PreVerifyResult.OK
return PreVerifyResult.OK

async def verify_presentation(
self, presentation_request, presentation, schemas, credential_definitions
Expand Down

0 comments on commit 7d0a21b

Please sign in to comment.