tnotify wallet wheit height changes - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 022b3eed9b455763a9e06b4e798d1a67c2f3725f
DIR parent 8242e58ddd289d73096d751905774c005fe4aa8d
HTML Author: ThomasV <thomasv@gitorious>
Date: Thu, 5 Sep 2013 07:48:48 +0200
notify wallet wheit height changes
Diffstat:
M lib/blockchain.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/lib/blockchain.py b/lib/blockchain.py
t@@ -403,10 +403,9 @@ class BlockchainVerifier(threading.Thread):
if height > self.local_height + 50:
self.get_chunks(i, header, height)
-
+ self.interface.trigger_callback('updated')
if height > self.local_height:
-
# get missing parts from interface (until it connects to my chain)
chain = self.get_chain( i, header )
t@@ -423,6 +422,7 @@ class BlockchainVerifier(threading.Thread):
print_error("error", i.server)
# todo: dismiss that server
+ self.interface.trigger_callback('updated')