This commit is contained in:
Kevin Froman 2018-01-28 16:15:41 -06:00
parent 7f688e0696
commit 692de7a147
No known key found for this signature in database
GPG Key ID: 0D414D0FE405B63B
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class OnionrCommunicate:
'''
for i in self._core.getBlockList(True).split("\n"):
if i != "":
logger.warn('UNSAVED BLOCK:', i)
logger.warn('UNSAVED BLOCK: ' + i)
data = self.downloadBlock(i)
return