Merge branch 'master' of git://github.com/spesmilo/electrum

This commit is contained in:
molecular 2014-08-17 11:54:32 +02:00
commit 292a569991
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -378,7 +378,7 @@ class Network(threading.Thread):
i, response = self.queue.get(timeout=0.1)
except Queue.Empty:
if len(self.interfaces) < self.num_server:
if len(self.interfaces) + len(self.pending_servers) < self.num_server:
self.start_random_interface()
if not self.interfaces:
if time.time() - self.disconnected_time > DISCONNECTED_RETRY_INTERVAL:

View File

@ -52,7 +52,7 @@ data_files += [
])
]
# replace tlslite
# replace tlslite because of https://github.com/trevp/tlslite/issues/15
os.system("pip install http://download.electrum.org/tlslite-0.4.5.tar.gz")
setup(