URI: 
       tnetwork: switch lagging interface - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 58a5346d724be74de3ca84217ff3a79fdd278129
   DIR parent 27e42b4826f684701d1afc2403aa7bcfcc6a6047
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Sun, 16 Sep 2018 07:59:36 +0200
       
       network: switch lagging interface
       
       Diffstat:
         M electrum/interface.py               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/electrum/interface.py b/electrum/interface.py
       t@@ -394,6 +394,7 @@ class Interface(PrintError):
                        # in the simple case, height == self.tip+1
                        if height <= self.tip:
                            await self.sync_until(height)
       +            self.network.switch_lagging_interface()
        
            async def sync_until(self, height, next_height=None):
                if next_height is None: