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