This commit is contained in:
Peter Šurda 2017-05-29 14:54:13 +02:00
parent 7f381c0c25
commit 3a543efd83
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class InvThread(threading.Thread, StoppableThread):
if len(data) == 2:
BMConnectionPool().handleReceivedObject(self, data[0], data[1])
else:
BMConnectionPool().handleReceivedObject(self, data[0], data[1], data[3])
BMConnectionPool().handleReceivedObject(self, data[0], data[1], data[2])
self.holdHash (stream, hash)
#print "Holding hash %i, %s" % (stream, hexlify(hash))
except Queue.Empty: