bollmaker: clean up commment

This commit is contained in:
c9s 2022-06-22 16:20:59 +08:00
parent fa26d5260f
commit c26d0d7824
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -549,7 +549,6 @@ func (s *Strategy) Run(ctx context.Context, orderExecutor bbgo.OrderExecutor, se
s.stopC = make(chan struct{})
// TODO: migrate persistance to singleton
s.orderExecutor.TradeCollector().OnPositionUpdate(func(position *types.Position) {
bbgo.Sync(s)
})