connector

This commit is contained in:
4tochka 2019-05-04 12:30:49 +04:00
parent 3ee9ba1a1b
commit 7bc1870a68

View File

@ -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