fixed requirements.txt and unsaved block message

This commit is contained in:
Kevin Froman 2018-01-27 20:29:45 -06:00
parent ac0838e678
commit 2d41107372
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
2 changed files with 9 additions and 5 deletions

View file

@ -286,7 +286,8 @@ class Core:
This is meant to be called from the communicator daemon on its timer.
'''
for i in self.getBlockList(True).split("\n"):
print('UNSAVED BLOCK:', i)
if i != "":
print('UNSAVED BLOCK:', i)
return
def getPeerInfo(self, peer, info):
'''