Skip to content

Commit

Permalink
fix: add update revocation status list
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharking committed Dec 12, 2024
1 parent 27b9a33 commit 4dcf175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export class CredentialTypesController {
)
}

await agent.modules.anoncreds.registerRevocationStatusList({
const revStatusListResult = await agent.modules.anoncreds.registerRevocationStatusList({
revocationStatusList: {
issuerId,
revocationRegistryDefinitionId: revocationDefinitionId,
Expand Down

0 comments on commit 4dcf175

Please sign in to comment.