Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Feb 5, 2024
1 parent ced638e commit b999bf1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/services/revocation_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ async def publish_pending_revocations(
"""
bound_logger = logger.bind(body=rrid2crid)

bound_logger.info("Validating revocation registry ids")
await validate_rev_reg_ids(controller=controller, request=rrid2crid)

Expand Down Expand Up @@ -511,9 +511,7 @@ async def get_credential_definition_id_from_exchange_id(
return credential_definition_id


async def validate_rev_reg_ids(
controller: AcaPyClient, request: dict
):
async def validate_rev_reg_ids(controller: AcaPyClient, request: dict):
"""
Validate revocation registry ids
Expand Down

0 comments on commit b999bf1

Please sign in to comment.