diff --git a/src/network/bmproto.py b/src/network/bmproto.py index cd839a96..66950380 100644 --- a/src/network/bmproto.py +++ b/src/network/bmproto.py @@ -468,8 +468,6 @@ class BMProto(AdvancedDispatcher, ObjectTracker): return self.decode_payload_content("LQIQ16sH") def bm_command_addr(self): - # print('+++++++++++++++++++++++++++\ - # bm_command_addr bm_command_addr bm_command_addr ++++++++++++++++') """Incoming addresses, process them""" addresses = self._decode_addr() # pylint: disable=redefined-outer-name for i in addresses: diff --git a/src/protocol.py b/src/protocol.py index fd3ce26b..dd3af795 100644 --- a/src/protocol.py +++ b/src/protocol.py @@ -326,6 +326,7 @@ def assembleVersionMessage(remoteHost, remotePort, participatingStreams, server= # = 127.0.0.1. This will be ignored by the remote host. The actual remote connected IP will be used. #python3 need to check payload += '\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xFF\xFF'.encode('raw_unicode_escape') + pack('>L', 2130706433) + # we have a separate extPort and incoming over clearnet # or outgoing through clearnet extport = BMConfigParser().safeGetInt('bitmessagesettings', 'extport')