1
0

blockchain: swap a chain with its parent, if the parent branch is too short to be saved on disk

This commit is contained in:
ThomasV
2017-07-18 18:10:22 +02:00
parent 1316e4f70d
commit 50ad656c87
2 changed files with 38 additions and 5 deletions

View File

@@ -862,7 +862,6 @@ class Network(util.DaemonThread):
else:
interface.print_error('already catching up')
next_height = None
# todo: garbage collect blockchain objects
self.notify('updated')
elif interface.mode == 'catch_up':