Skip to content

Commit

Permalink
fix: remove url check for tails_public_uri
Browse files Browse the repository at this point in the history
Signed-off-by: Char Howland <char@indicio.tech>
  • Loading branch information
cjhowland committed May 2, 2023
1 parent 6ef08dd commit 2fcd5f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aries_cloudagent/revocation/models/issuer_rev_reg_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,6 @@ async def create_and_register_list(
if not (self.revoc_reg_id and self.revoc_def_type and self.issuer_id):
raise RevocationError("Revocation registry undefined")

self._check_url(self.tails_public_uri)

if self.state not in (IssuerRevRegRecord.STATE_POSTED,):
raise RevocationError(
"Revocation registry {} in state {}: cannot publish entry".format(
Expand Down

0 comments on commit 2fcd5f1

Please sign in to comment.