Browse Source

fix typo

2.9.x
ThomasV 8 years ago
parent
commit
ef1120b80c
  1. 2
      lib/network.py

2
lib/network.py

@ -847,7 +847,7 @@ class Network(util.DaemonThread):
next_height = None
else:
if interface.blockchain.height() > interface.good:
self.blockchains[interface.bad] = interface.blockchain.fork(interface.bad)
self.blockchains[interface.bad] = b = interface.blockchain.fork(interface.bad)
interface.blockchain = b
interface.print_error("new chain", b.filename)
else:

Loading…
Cancel
Save