Skip to content

Commit

Permalink
log in get all endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Nov 27, 2023
1 parent a735f98 commit 8c8d1dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aries_cloudagent/ledger/indy_vdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ async def get_all_endpoints_for_did(self, did: str) -> dict:
nym = self.did_to_nym(did)
public_info = await self.get_wallet_public_did()
public_did = public_info.did if public_info else None
LOGGER.warning(f"all endpoints: nym: {nym} pub_info: {public_info} pub_did: {public_did}")
try:
attrib_req = ledger.build_get_attrib_request(
public_did, nym, "endpoint", None, None
Expand Down

0 comments on commit 8c8d1dd

Please sign in to comment.