Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharking committed Dec 13, 2024
1 parent aa74e16 commit 709567b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class CredentialTypesController {
return {
id: record.credentialDefinitionId,
name: (record.getTag('name') as string) ?? schema?.name,
version: (record.getTag('revocationDefinitionId') as string) ?? schema?.version,
version: (record.getTag('version') as string) ?? schema?.version,
attributes: schema?.attrNames || [],
revocationId: record.getTag('revocationDefinitionId') as string,
}
Expand Down Expand Up @@ -176,7 +176,6 @@ export class CredentialTypesController {
options: {},
})

this.logger.log(`revStatusListResult: ${JSON.stringify(revStatusListResult)}`)
this.logger.log(`Credential Definition Id: ${credentialDefinitionId}`)
this.logger.log(`Revocation Definition Id: ${revocationDefinitionId}`)

Expand Down

0 comments on commit 709567b

Please sign in to comment.