commit 58a5346d724be74de3ca84217ff3a79fdd278129
parent 27e42b4826f684701d1afc2403aa7bcfcc6a6047
Author: SomberNight <somber.night@protonmail.com>
Date: Sun, 16 Sep 2018 07:59:36 +0200
network: switch lagging interface
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/electrum/interface.py b/electrum/interface.py
@@ -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: