Skip to content

Commit

Permalink
fix(anoncreds-rs): save revocation registry index (openwallet-foundat…
Browse files Browse the repository at this point in the history
…ion#1351)

Signed-off-by: Ariel Gentile <gentilester@gmail.com>
  • Loading branch information
genaris committed Feb 27, 2023
1 parent 4ab3b54 commit 1bda3f0
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 1bda3f0

Please sign in to comment.