Skip to content
Snippets Groups Projects
Commit c5a81394 authored by Johannes Hitzinger's avatar Johannes Hitzinger
Browse files

fixed typo

parent 5eb61f3c
No related branches found
No related tags found
No related merge requests found
...@@ -352,7 +352,7 @@ class Participant: ...@@ -352,7 +352,7 @@ class Participant:
async def announceTrade(self, body=Body()): async def announceTrade(self, body=Body()):
# here a Trade will be announced from another participant which # 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"]) trade: Trade = jsonpickle.decode(body["trade"])
for i in trade.singedRoute: for i in trade.singedRoute:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment