fixed requirements.txt and unsaved block message
This commit is contained in:
parent
ac0838e678
commit
2d41107372
2 changed files with 9 additions and 5 deletions
|
@ -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):
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue