diff --git a/aries_cloudagent/connections/base_manager.py b/aries_cloudagent/connections/base_manager.py index e5e26280ad..127ed363cb 100644 --- a/aries_cloudagent/connections/base_manager.py +++ b/aries_cloudagent/connections/base_manager.py @@ -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: