fix error issue

This commit is contained in:
c9s 2020-10-10 12:22:20 +08:00
parent 1475bbe591
commit 045a104ef7

View File

@ -355,9 +355,6 @@ func (trader *Trader) RunStrategy(ctx context.Context, strategy MarketStrategy)
}
stream := trader.Exchange.NewStream()
if err != nil {
return nil, err
}
// bind kline store to the stream
klineStore := NewMarketDataStore()