skyfffire hace 5 meses
padre
commit
cd42315ef2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      erc20_to_mexc_first_sell.py

+ 1 - 1
erc20_to_mexc_first_sell.py

@@ -524,7 +524,7 @@ class ArbitrageProcess:
             
             # 如果300秒都沒確認成功,該交易大概率沒有上鏈
             if waiting_times <= 0:
-                 with self.pending_lock:
+                with self.pending_lock:
                     tx_details = copy.deepcopy(self.pending_data[chain_tx_hash]['tx_details'])
                 
                 msg = f"链上交易确认失败:{chain_tx_hash}, {tx_details}"