onionr now removes and ignores blocks it cant get after a long time, added removeblock function

This commit is contained in:
Kevin Froman 2018-04-23 01:03:10 -05:00
parent db2babac29
commit 0db21e2c32
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
3 changed files with 43 additions and 6 deletions

View file

@ -335,4 +335,4 @@ class OnionrUtils:
logger.info('Recieved message: ' + message.decode())
except Exception as error:
logger.error('Failed to open block ' + str(i) + '.', error=error)
return
return