properly save block list
This commit is contained in:
parent
963fab821b
commit
ac0838e678
@ -285,7 +285,7 @@ class Core:
|
|||||||
Work with the block database and download any missing blocks
|
Work with the block database and download any missing blocks
|
||||||
This is meant to be called from the communicator daemon on its timer.
|
This is meant to be called from the communicator daemon on its timer.
|
||||||
'''
|
'''
|
||||||
for i in self.getBlockList(True):
|
for i in self.getBlockList(True).split("\n"):
|
||||||
print('UNSAVED BLOCK:', i)
|
print('UNSAVED BLOCK:', i)
|
||||||
return
|
return
|
||||||
def getPeerInfo(self, peer, info):
|
def getPeerInfo(self, peer, info):
|
||||||
|
Loading…
Reference in New Issue
Block a user