From c5a81394a2febd34cf697f4fb06729d9bab6754d Mon Sep 17 00:00:00 2001 From: Johannes_Hitzinger <johannes.hitzinger@h-da.de> Date: Wed, 19 Mar 2025 20:08:46 +0100 Subject: [PATCH] fixed typo --- participant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/participant.py b/participant.py index e300206..7b1a674 100644 --- a/participant.py +++ b/participant.py @@ -352,7 +352,7 @@ class Participant: async def announceTrade(self, body=Body()): # here a Trade will be announced from another participant which - # tries to match their offer with the request of this participant + # tries to match their request with the offer of this participant trade: Trade = jsonpickle.decode(body["trade"]) for i in trade.singedRoute: -- GitLab