connector
This commit is contained in:
parent
7bc1870a68
commit
03553c5e8a
@ -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 %s " % (rh2s(tx["txId"]), block_height))
|
||||
self.log.debug("1 - %s %s " % (rh2s(tx["txId"]), not(tx["txId"] in self.tx_in_process or self.tx_cache.get(tx["txId"]))))
|
||||
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