瀏覽代碼

不減吧

skyfffire 5 月之前
父節點
當前提交
b54eb1e25c
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 0 2
      erc20_to_mexc.py
  2. 4 2
      toto.readme

+ 0 - 2
erc20_to_mexc.py

@@ -216,8 +216,6 @@ class ArbitrageProcess:
                             logger.info(msg)
                             add_state_flow_entry(self.process_item, self.current_state, msg, "success")
 
-                            balance['free'] = str(Decimal(balance['free']) - pseudo_amount_to_sell)
-
                             break
 
             # step2,估算gas

+ 4 - 2
toto.readme

@@ -18,9 +18,11 @@
 2025-06-07
 [-] 策略中使用緩存好的交易所數據
 [-] 將區塊信息也緩存了
-[ ] Mexc的提現手續費等信息維護
+[-] Mexc的提現手續費等信息維護
 
 2025-06-10
-[ ] [可選優化]mexc使用ws接收行情信息
 [ ] 做另一個方向之前,需要先整理策略層架構,當前架構如何兼容多策略
 [ ] 另一個方向
+
+有時間再做
+[ ] [可選優化]mexc使用ws接收行情信息