pass network to NetworkDialog and Blockchain
This commit is contained in:
@@ -12,7 +12,7 @@ class Network(threading.Thread):
|
||||
self.daemon = True
|
||||
self.config = config
|
||||
self.lock = threading.Lock()
|
||||
self.blockchain = Blockchain(config)
|
||||
self.blockchain = Blockchain(config, self)
|
||||
self.interfaces = {}
|
||||
self.queue = Queue.Queue()
|
||||
self.default_server = self.config.get('server')
|
||||
|
||||
Reference in New Issue
Block a user