1
0

network: initial status should be 'unknown', distinct from 'connecting'

This commit is contained in:
ThomasV
2015-07-30 11:32:16 +02:00
parent 98501b17b3
commit 77b0e7be5e
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ class NetworkProxy(util.DaemonThread):
self.pipe.get_queue.put({'method':'network.status', 'params':[key, value]})
# status variables
self.status = 'connecting'
self.status = 'unknown'
self.servers = {}
self.banner = ''
self.blockchain_height = 0