commit 927bbda5918304efdd66cddbe2cb2d710bd757ef
parent 063fef86aae07e2a64ac70338d88bceb44db57cb
Author: ThomasV <thomasv@gitorious>
Date: Fri, 26 Oct 2012 07:06:43 +0200
callback everytime there is an update
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/verifier.py b/lib/verifier.py
@@ -126,6 +126,7 @@ class WalletVerifier(threading.Thread):
break
pending_headers_changed = False
+ self.interface.trigger_callback('updated')
def request_merkle(self, tx_hash):
@@ -277,7 +278,6 @@ class WalletVerifier(threading.Thread):
h = os.path.getsize(name)/80 - 1
if self.local_height != h:
self.local_height = h
- self.interface.trigger_callback('updated')
def read_header(self, block_height):