URI: 
       tfollow-up commit 5f3e5866ad0f131c5565d3225410a47efcdd3ec1 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 810f107229cbc12d76cbe80348cc8500f28f17f5
   DIR parent 5f3e5866ad0f131c5565d3225410a47efcdd3ec1
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Tue, 25 Jul 2017 18:47:36 +0200
       
       follow-up commit 5f3e5866ad0f131c5565d3225410a47efcdd3ec1
       
       Diffstat:
         M lib/blockchain.py                   |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/lib/blockchain.py b/lib/blockchain.py
       t@@ -217,6 +217,7 @@ class Blockchain(util.PrintError):
                # swap parameters
                self.parent_id = parent.parent_id; parent.parent_id = parent_id
                self.checkpoint = parent.checkpoint; parent.checkpoint = checkpoint
       +        self._size = parent._size; parent._size = parent_branch_size
                # move files
                for b in blockchains.values():
                    if b in [self, parent]: continue