diff --git a/lib/synchronizer.py b/lib/synchronizer.py index 1642f4ba..6ac8a9bc 100644 --- a/lib/synchronizer.py +++ b/lib/synchronizer.py @@ -135,7 +135,7 @@ class WalletSynchronizer(util.DaemonThread): elif method == 'blockchain.address.get_history': addr = params[0] - self.print_error("receiving history", addr, result) + self.print_error("receiving history", addr, len(result)) hist = [] # check that txids are unique txids = []