Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
fix: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys committed Sep 25, 2023
1 parent a4717cb commit 8315d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/core/src/CommonNetworkMember/BaseNetworkMember.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ export abstract class BaseNetworkMember {
const response = await affinity.validatePresentation(vp, null, challenge, didDocuments)

if (response.result === true) {
// const vpChallenge = response.data.proof.challenge
const vpChallenge = response.data.proof.challenge

// After validating the VP we need to validate the VP's challenge token
// to ensure that it was issued from the correct DID and that it hasn't expired.
Expand Down

0 comments on commit 8315d66

Please sign in to comment.