do not re merge ignored hash
This commit is contained in:
parent
0db21e2c32
commit
686e30f1ba
1 changed files with 2 additions and 0 deletions
|
@ -208,6 +208,8 @@ class OnionrCommunicate:
|
||||||
continue
|
continue
|
||||||
if self._utils.hasBlock(i):
|
if self._utils.hasBlock(i):
|
||||||
continue
|
continue
|
||||||
|
if i in self.ignoredHashes:
|
||||||
|
continue
|
||||||
#logger.debug('Exchanged block (blockList): ' + i)
|
#logger.debug('Exchanged block (blockList): ' + i)
|
||||||
if not self._utils.validateHash(i):
|
if not self._utils.validateHash(i):
|
||||||
# skip hash if it isn't valid
|
# skip hash if it isn't valid
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue