skyfffire 5 달 전
부모
커밋
cd42315ef2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}"