1
0

move callbacks to the network class

This commit is contained in:
thomasv
2013-09-09 13:33:25 +02:00
parent b3e880b587
commit 047e4b3478
7 changed files with 51 additions and 46 deletions

View File

@@ -90,7 +90,7 @@ class TxVerifier(threading.Thread):
def stop(self):
with self.lock: self.running = False
self.interface.poke('verifier')
#self.interface.poke('verifier')
def is_running(self):
with self.lock: return self.running