debugging blocks
This commit is contained in:
parent
172e709c46
commit
7533fda399
@ -104,6 +104,7 @@ class OnionrCommunicate:
|
||||
self._core.setPeerInfo(i, "blockDBHash", currentDB)
|
||||
else:
|
||||
logger.warn("Peer " + i + " returned malformed hash")
|
||||
logger.debug('BLOCKS: \n' + blocks)
|
||||
blockList = blocks.split('\n')
|
||||
for i in blockList:
|
||||
logger.debug('Exchanged block (blockList): ' + i)
|
||||
|
Loading…
Reference in New Issue
Block a user