From 0b07620ff4ad9572f0c00e99ade7a4a39ff8f1fa Mon Sep 17 00:00:00 2001 From: mineme0110 Date: Tue, 20 Aug 2024 11:32:32 +0100 Subject: [PATCH] rename clean expirationTime to expirationDuration Signed-off-by: mineme0110 --- .../identus/pollux/core/service/PresentationServiceImpl.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/PresentationServiceImpl.scala b/pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/PresentationServiceImpl.scala index 70b29cec99..49789d2c1d 100644 --- a/pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/PresentationServiceImpl.scala +++ b/pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/PresentationServiceImpl.scala @@ -422,7 +422,7 @@ private class PresentationServiceImpl( connectionId = connectionId, schemaId = None, // TODO REMOVE from DB role = PresentationRecord.Role.Verifier, - subjectId = pairwiseProverDID.getOrElse(DidId("TODO REMOVE subject did")), + subjectId = pairwiseProverDID.getOrElse(DidId("TODO REMOVE")), // TODO REMOVE from DB protocolState = invitation.fold(PresentationRecord.ProtocolState.RequestPending)(_ => PresentationRecord.ProtocolState.InvitationGenerated ),