do not request banner twice
authorthomasv <thomasv@gitorious>
Tue, 12 Mar 2013 16:34:06 +0000 (17:34 +0100)
committerthomasv <thomasv@gitorious>
Tue, 12 Mar 2013 16:34:06 +0000 (17:34 +0100)
lib/wallet.py

index feff4fc..ba64ad9 100644 (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))