less verbose debug message

This commit is contained in:
ThomasV 2015-05-05 21:00:35 +02:00
parent 9d747fb601
commit a99c2bc9fa
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class WalletSynchronizer(util.DaemonThread):
elif method == 'blockchain.address.get_history': elif method == 'blockchain.address.get_history':
addr = params[0] addr = params[0]
self.print_error("receiving history", addr, result) self.print_error("receiving history", addr, len(result))
hist = [] hist = []
# check that txids are unique # check that txids are unique
txids = [] txids = []