Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Nov 28, 2023
1 parent fec3adc commit 6fe3c1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aries_cloudagent/connections/base_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,7 @@ async def resolve_inbound_connection(
receipt.recipient_verkey
)
receipt.recipient_did = my_info.did
self._logger.warning(f"MY INFO FROM LOCAL DID FOR VERKEY: {my_info}")
if "posted" in my_info.metadata and my_info.metadata["posted"] is True:
receipt.recipient_did_public = True
except InjectionError:
Expand Down

0 comments on commit 6fe3c1e

Please sign in to comment.