work on new block metadata format and some small bug fixes
This commit is contained in:
parent
bbd881785d
commit
6b9d4f8fc6
4 changed files with 36 additions and 14 deletions
|
@ -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')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue