electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 810f107229cbc12d76cbe80348cc8500f28f17f5
parent 5f3e5866ad0f131c5565d3225410a47efcdd3ec1
Author: ThomasV <thomasv@electrum.org>
Date:   Tue, 25 Jul 2017 18:47:36 +0200

follow-up commit 5f3e5866ad0f131c5565d3225410a47efcdd3ec1

Diffstat:
Mlib/blockchain.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lib/blockchain.py b/lib/blockchain.py @@ -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