mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 07:23:25 +00:00
Remove debug print
This commit is contained in:
parent
613403f418
commit
f565d79c11
1 changed files with 0 additions and 1 deletions
|
@ -277,7 +277,6 @@ class Plugin(BasePlugin):
|
|||
for wallet in self.wallet_tx_list:
|
||||
if self.wallet_tx_list[wallet] is None:
|
||||
new = True
|
||||
self.print_error("New wallet:", wallet)
|
||||
tx_list = {}
|
||||
for item in wallet.get_history(wallet.storage.get("current_account", None)):
|
||||
tx_hash, conf, value, timestamp, balance = item
|
||||
|
|
Loading…
Add table
Reference in a new issue