From: ThomasV Date: Fri, 24 Jan 2014 23:14:35 +0000 (+0100) Subject: fix X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=commitdiff_plain;h=edf99953d190264578cd0bab26b7537d9f36c555 fix --- diff --git a/backends/bitcoind/storage.py b/backends/bitcoind/storage.py index 7233e26..826251d 100644 --- a/backends/bitcoind/storage.py +++ b/backends/bitcoind/storage.py @@ -22,6 +22,7 @@ class Storage(object): self.shared = shared self.hash_list = {} self.parents = {} + self.root_hash = None self.test_reorgs = test_reorgs try: