mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
less verbose debug message
This commit is contained in:
parent
9d747fb601
commit
a99c2bc9fa
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Reference in a new issue