fix: wait_for_network

This commit is contained in:
ThomasV 2013-11-02 18:10:18 +01:00
parent 6a7e13b63b
commit d8626793bc
1 changed files with 1 additions and 1 deletions

View File

@ -1578,7 +1578,7 @@ class Wallet:
time.sleep(0.1)
def wait_for_network():
while not self.network.interface.is_connected:
while not self.network.is_connected():
msg = "%s \n" % (_("Connecting..."))
apply(callback, (msg,))
time.sleep(0.1)