1
0

use callback instead of wallet.was_updated

This commit is contained in:
ThomasV
2012-10-27 19:20:50 +02:00
parent 2307323bb7
commit 6de8a946eb
3 changed files with 19 additions and 13 deletions

View File

@@ -219,7 +219,7 @@ class WalletVerifier(threading.Thread):
return False
self.save_header(header)
print_error("verify header: ok %d"%height)
print_error("verify header:", _hash, height)
return True