Skip to content

Commit

Permalink
Merge pull request #133 from hyperledger/main
Browse files Browse the repository at this point in the history
fix(anoncreds-rs): save revocation registry index (openwallet-foundation#1351)
  • Loading branch information
NB-MikeRichardson authored Feb 28, 2023
2 parents 0a2a199 + 1bda3f0 commit e57c391
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ export class AnonCredsRsHolderService implements AnonCredsHolderService {
schemaName: schema.name,
schemaIssuerId: schema.issuerId,
schemaVersion: schema.version,
credentialRevocationId: processedCredential.revocationRegistryIndex?.toString(),
})
)

Expand Down

0 comments on commit e57c391

Please sign in to comment.