Skip to content

Commit 6e1f915

Browse files
authored
added proof record thread id in dedicated agent for creating oob prrof request (#241)
Signed-off-by: pallavicoder <pallavi.ghule@ayanworks.com>
1 parent bf3a867 commit 6e1f915

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/controllers/proofs/ProofController.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ export class ProofController extends Controller {
201201
}),
202202
outOfBandRecord: outOfBandRecord.toJSON(),
203203
invitationDid: createRequestOptions?.invitationDid ? '' : invitationDid,
204+
proofRecordThId: proof.proofRecord.threadId,
204205
}
205206
} catch (error) {
206207
throw ErrorHandlingService.handle(error)

0 commit comments

Comments
 (0)