1
0

network dialog: show servers in blockchain tab

This commit is contained in:
ThomasV
2017-06-23 10:36:49 +02:00
parent 6931ffada5
commit 8285bc458f
2 changed files with 17 additions and 8 deletions

View File

@@ -719,6 +719,7 @@ class Network(util.DaemonThread):
self.add_recent_server(server)
interface = Interface(server, socket)
interface.blockchain = None
interface.tip = 0
interface.mode = 'checkpoint'
self.interfaces[server] = interface
self.request_header(interface, self.get_checkpoint())