added invalid block debug message
This commit is contained in:
parent
59b4a887c7
commit
7a3eaf63df
@ -108,6 +108,7 @@ class OnionrCommunicate:
|
|||||||
for i in blockList:
|
for i in blockList:
|
||||||
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
|
||||||
|
logger.warn('Hash ' + i + ' is not valid')
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
logger.debug('Adding ' + i + ' to hash database...')
|
logger.debug('Adding ' + i + ' to hash database...')
|
||||||
|
Loading…
Reference in New Issue
Block a user