do not re merge ignored hash
This commit is contained in:
parent
0db21e2c32
commit
686e30f1ba
@ -208,6 +208,8 @@ class OnionrCommunicate:
|
||||
continue
|
||||
if self._utils.hasBlock(i):
|
||||
continue
|
||||
if i in self.ignoredHashes:
|
||||
continue
|
||||
#logger.debug('Exchanged block (blockList): ' + i)
|
||||
if not self._utils.validateHash(i):
|
||||
# skip hash if it isn't valid
|
||||
|
Loading…
Reference in New Issue
Block a user