diff --git a/src/controllers/proofs/ProofController.ts b/src/controllers/proofs/ProofController.ts index 829003a8..166a85a9 100644 --- a/src/controllers/proofs/ProofController.ts +++ b/src/controllers/proofs/ProofController.ts @@ -201,6 +201,7 @@ export class ProofController extends Controller { }), outOfBandRecord: outOfBandRecord.toJSON(), invitationDid: createRequestOptions?.invitationDid ? '' : invitationDid, + proofRecordThId: proof.proofRecord.threadId, } } catch (error) { throw ErrorHandlingService.handle(error)