SomberNight 7 years ago
parent
commit
51d047a35e
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      lib/network.py

2
lib/network.py

@ -870,7 +870,7 @@ class Network(util.DaemonThread):
next_height = None
else:
interface.print_error('checkpoint conflicts with existing fork', branch.path())
branch.write('', 0)
branch.write(b'', 0)
branch.save_header(interface.bad_header)
interface.mode = 'catch_up'
interface.blockchain = branch

Loading…
Cancel
Save