Browse Source

follow-up 3d4c64f9e

seed_v14
ThomasV 7 years ago
parent
commit
8b0db38f87
  1. 3
      lib/network.py

3
lib/network.py

@ -890,7 +890,8 @@ class Network(util.DaemonThread):
self.notify('updated') self.notify('updated')
elif interface.mode == 'default': elif interface.mode == 'default':
if not ok: can_connect = interface.blockchain.can_connect(header)
if not can_connect:
interface.print_error("default: cannot connect %d"% height) interface.print_error("default: cannot connect %d"% height)
interface.mode = 'backward' interface.mode = 'backward'
interface.bad = height interface.bad = height

Loading…
Cancel
Save