do not request banner twice

This commit is contained in:
thomasv 2013-03-12 17:34:06 +01:00
parent 92ea46f9f6
commit 8b08eb541a
1 changed files with 0 additions and 3 deletions

View File

@ -1197,9 +1197,6 @@ class WalletSynchronizer(threading.Thread):
while not self.interface.is_connected:
time.sleep(1)
# request banner, because 'connected' event happens before this thread is started
self.interface.send([('server.banner',[])],'synchronizer')
# subscriptions
self.subscribe_to_addresses(self.wallet.addresses(True))