Skip to content

Commit

Permalink
Merge pull request #16 from Bhutan-NDI/fix/wh-parentThreadId-proofReq…
Browse files Browse the repository at this point in the history
…uest

fix: added parentThreadId which was missed in proof creation payload to agent
  • Loading branch information
RinkalBhojani authored Aug 30, 2024
2 parents e30225c + b1ca584 commit 48c8040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/verification/src/verification.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ export class VerificationService {
url,
proofRequestPayload: {
goalCode: outOfBandRequestProof.goalCode,
parentThreadId: outOfBandRequestProof.parentThreadId,
protocolVersion:outOfBandRequestProof.protocolVersion || 'v2',
comment:outOfBandRequestProof.comment,
label,
Expand Down

0 comments on commit 48c8040

Please sign in to comment.