connector
This commit is contained in:
parent
3ee9ba1a1b
commit
7bc1870a68
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user