Skip to content

Commit

Permalink
rename clean expirationTime to expirationDuration
Browse files Browse the repository at this point in the history
Signed-off-by: mineme0110 <[email protected]>
  • Loading branch information
mineme0110 committed Aug 20, 2024
1 parent 08caaa2 commit c4ff8ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
Expand Down

0 comments on commit c4ff8ed

Please sign in to comment.