tfix #2719 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 169ca85a018a7eb5efd3efd943157f5673d9b758 DIR parent 1ee41089cf8cdd56573615c593667fb4c3f91d13 HTML Author: ThomasV <thomasv@electrum.org> Date: Thu, 10 Aug 2017 03:45:10 +0200 fix #2719 Diffstat: M lib/network.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) --- DIR diff --git a/lib/network.py b/lib/network.py t@@ -1023,7 +1023,6 @@ class Network(util.DaemonThread): def blockchain(self): if self.interface and self.interface.blockchain is not None: self.blockchain_index = self.interface.blockchain.checkpoint - self.config.set_key('blockchain_index', self.blockchain_index) return self.blockchains[self.blockchain_index] def get_blockchains(self):