diff --git a/src/class_receiveDataThread.py b/src/class_receiveDataThread.py index bf65c4f8..0b4c2a04 100644 --- a/src/class_receiveDataThread.py +++ b/src/class_receiveDataThread.py @@ -300,7 +300,7 @@ class receiveDataThread(threading.Thread): numberOfObjectsInInvMessage = 0 payload = '' # Now let us start appending all of these hashes together. They will be - # sent out in a big inv message to our new peer in POW order + # sent out in a big inv message to our new peer with the stonger POW objects first for hash in sorted(bigInvList, key=bigInvList.__getitem__): payload += hash numberOfObjectsInInvMessage += 1