Cleanup: remove dead code after P3 refactor

This commit is contained in:
jackyu66git
2026-05-03 18:13:11 +08:00
parent beb3611778
commit 931855e1f5
2 changed files with 3 additions and 26 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ func main() {
t1 := time.Now()
// Scan for arbitrage entries using maker fees (limit orders)
makerOpps := ScanArbWithFees(store, makerFees)
makerOpps := ScanBGHL(store)
dashboard.UpdateScan(makerOpps)
t2 := time.Now()