Skip to content

Commit

Permalink
Bit more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
k9ert committed Mar 24, 2023
1 parent 0a4c297 commit 44f4fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cryptoadvance/specter/wallet/tx_fetcher.py
Expand Up @@ -231,6 +231,7 @@ def extract_addresses(self, txs):
for r in addresses_info_multi
if r["result"].get("ismine", False)
]
logger.info(f"Those addresses got used recently: {addresses_info}")
return addresses_info

def calculate_max_used_from_addresses(self, addresses_info):
Expand Down

0 comments on commit 44f4fa5

Please sign in to comment.