Skip to content

Commit

Permalink
Add message.sender to MessageReceived Log
Browse files Browse the repository at this point in the history
  • Loading branch information
LefterisJP committed Aug 31, 2017
1 parent 229045e commit ebad875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions raiden/network/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,7 @@ def receive(self, data):
node=pex(self.raiden.address),
echohash=pex(echohash),
message=message,
message_sender=pex(message.sender)
)

try:
Expand Down

0 comments on commit ebad875

Please sign in to comment.