From 2fcd5f1ed99b3f05b1f95c39f6898f1b51dede70 Mon Sep 17 00:00:00 2001 From: Char Howland Date: Tue, 2 May 2023 14:49:03 -0600 Subject: [PATCH] fix: remove url check for tails_public_uri Signed-off-by: Char Howland --- aries_cloudagent/revocation/models/issuer_rev_reg_record.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aries_cloudagent/revocation/models/issuer_rev_reg_record.py b/aries_cloudagent/revocation/models/issuer_rev_reg_record.py index f568c9d1a6..cdfe47a191 100644 --- a/aries_cloudagent/revocation/models/issuer_rev_reg_record.py +++ b/aries_cloudagent/revocation/models/issuer_rev_reg_record.py @@ -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(