1
0

adapt network dialog to daemon

This commit is contained in:
ThomasV
2014-07-25 09:11:56 +02:00
parent 09e4efc439
commit 8196bc5779
5 changed files with 48 additions and 43 deletions

View File

@@ -65,7 +65,7 @@ class WalletSynchronizer(threading.Thread):
self.run_interface()
def run_interface(self):
print_error("synchronizer: connected to", self.network.main_server())
#print_error("synchronizer: connected to", self.network.get_parameters())
requested_tx = []
missing_tx = []