From 4bcf5e8b304aa5c47e4b4e191128c1f2f658e471 Mon Sep 17 00:00:00 2001 From: Archento Date: Fri, 30 Aug 2024 11:22:24 +0200 Subject: [PATCH] fix: small context inconsistency --- python/src/uagents/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/uagents/agent.py b/python/src/uagents/agent.py index 321ed064..eb0d45e9 100644 --- a/python/src/uagents/agent.py +++ b/python/src/uagents/agent.py @@ -1161,7 +1161,7 @@ async def _process_message_queue(self): message_received=MsgDigest( message=message, schema_digest=schema_digest ), - protocol=self.get_message_protocol(schema_digest), + protocol=protocol_info, ) # parse the received message