From 7bc1870a68bd706d037a56787e7c4deed3355d26 Mon Sep 17 00:00:00 2001 From: 4tochka Date: Sat, 4 May 2019 12:30:49 +0400 Subject: [PATCH] connector --- pybtc/connector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybtc/connector.py b/pybtc/connector.py index 7a962ab..79f25d9 100644 --- a/pybtc/connector.py +++ b/pybtc/connector.py @@ -577,7 +577,7 @@ class Connector: async def _new_transaction(self, tx, block_time = None, block_height = None, block_index = None): - self.log.debug("1 - %s " % rh2s(tx["txId"])) + self.log.debug("1 - %s %s " % (rh2s(tx["txId"]), block_height)) if not(tx["txId"] in self.tx_in_process or self.tx_cache.get(tx["txId"])): try: stxo = None