work on new block metadata format and some small bug fixes

This commit is contained in:
Kevin Froman 2018-04-24 23:04:12 -05:00
parent bbd881785d
commit 6b9d4f8fc6
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
4 changed files with 36 additions and 14 deletions

View file

@ -576,7 +576,7 @@ class Onionr:
except FileNotFoundError:
logger.warn('That file does not exist. Improper path?')
else:
print(new)
logger.debug(new)
self.onionrCore.insertBlock(new, header='bin')