Skip to content

Commit

Permalink
[skip ci] Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LefterisJP committed Sep 18, 2017
1 parent c67d50a commit 80d52d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raiden/network/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ def single_queue_send(
with the event_stop.
- If there are many queues for the same receiver_address, it is the
caller's responsibility to not start them together to avoid congestion.
- This task assumes the endpoint is never cleared after it's first known,
if this assumption changes the code must be updated to handle unknow
- This task assumes the endpoint is never cleared after it's first known.
If this assumption changes the code must be updated to handle unknown
addresses.
"""

Expand Down

0 comments on commit 80d52d3

Please sign in to comment.