diff --git a/aries_cloudagent/anoncreds/base.py b/aries_cloudagent/anoncreds/base.py index 7088cc69e5..87f0fb15a2 100644 --- a/aries_cloudagent/anoncreds/base.py +++ b/aries_cloudagent/anoncreds/base.py @@ -126,11 +126,7 @@ async def get_revocation_registry_definition( @abstractmethod async def get_revocation_list( - self, - profile: Profile, - revocation_registry_id: str, - timestamp_from: Optional[int] = 0, - timestamp_to: Optional[int] = None, + self, profile: Profile, revocation_registry_id: str, timestamp: int ) -> GetRevListResult: """Get a revocation list from the registry."""