typo
This commit is contained in:
parent
11d02b1e41
commit
abaa2c72e5
|
@ -39,7 +39,7 @@ class InvThread(threading.Thread, StoppableThread):
|
||||||
BMConnectionPool().handleReceivedObject(data[0], data[1])
|
BMConnectionPool().handleReceivedObject(data[0], data[1])
|
||||||
else:
|
else:
|
||||||
BMConnectionPool().handleReceivedObject(data[0], data[1], data[2])
|
BMConnectionPool().handleReceivedObject(data[0], data[1], data[2])
|
||||||
self.holdHash (stream, hash)
|
self.holdHash (data[0], data[1])
|
||||||
#print "Holding hash %i, %s" % (stream, hexlify(hash))
|
#print "Holding hash %i, %s" % (stream, hexlify(hash))
|
||||||
except Queue.Empty:
|
except Queue.Empty:
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in New Issue
Block a user