added invalid block debug message

This commit is contained in:
Kevin Froman 2018-01-27 20:07:33 -06:00
parent 59b4a887c7
commit 7a3eaf63df
No known key found for this signature in database
GPG Key ID: 0D414D0FE405B63B
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ class OnionrCommunicate:
for i in blockList:
if not self._utils.validateHash(i):
# skip hash if it isn't valid
logger.warn('Hash ' + i + ' is not valid')
continue
else:
logger.debug('Adding ' + i + ' to hash database...')