Removes logging txids list from every block

The list of transactions can be queried afterwards and it is currently flooding the log files. I may consider putting it back once we have a log parser, but it seems pretty unnecessary.
This commit is contained in:
Sergi Delgado Segura
2020-02-17 10:41:02 +01:00
parent f6d95514aa
commit 5b32befade
2 changed files with 0 additions and 2 deletions

View File

@@ -275,7 +275,6 @@ class Responder:
if len(self.trackers) > 0 and block is not None:
txids = block.get("tx")
logger.info("List of transactions", txids=txids)
if self.last_known_block == block.get("previousblockhash"):
self.check_confirmations(txids)

View File

@@ -144,7 +144,6 @@ class Watcher:
if len(self.appointments) > 0 and block is not None:
txids = block.get("tx")
logger.info("List of transactions", txids=txids)
expired_appointments = [
uuid