Skip to content

Commit

Permalink
add comment, why we won't store ISO credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Aug 7, 2023
1 parent 2d32d9a commit 2c49252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ class IssuerAgent(
when (credential) {
is CredentialToBeIssued.Iso -> {
val expirationDate = credential.expiration
val timePeriod = timePeriodProvider.getTimePeriodFor(issuanceDate)
//TODO store credential
/*val statusListIndex = issuerCredentialStore.storeGetNextIndex(
//TODO: we are not going to store anything ATM since we will first need a clear stance on what to store
/*val timePeriod = timePeriodProvider.getTimePeriodFor(issuanceDate)
val statusListIndex = issuerCredentialStore.storeGetNextIndex(
credential.issuerSignedItems,
issuanceDate,
expirationDate,
Expand Down

0 comments on commit 2c49252

Please sign in to comment.