Improve doc strings to match type hints

Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
pull/3569/head
James Campbell 2024-12-12 13:52:53 +01:00 committed by GitHub
parent d3c7be4db7
commit 4f9d9fba22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ def get_default_rpc_endpoints(domain: TACoDomain) -> Dict[int, List[str]]:
def get_healthy_default_rpc_endpoints(domain: TACoDomain) -> Dict[int, List[str]]:
"""Returns a list of healthy RPC endpoints for a given chain ID."""
"""Returns a mapping of chain id to healthy RPC endpoints for a given domain."""
endpoints = get_default_rpc_endpoints(domain)