grid2: add todo mark

This commit is contained in:
c9s 2022-12-20 17:34:20 +08:00
parent f92ba9cbf1
commit 441e5d867b
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -1048,7 +1048,7 @@ func (s *Strategy) recoverGrid(ctx context.Context, session *bbgo.ExchangeSessio
if existingOrder == nil {
orderBook.Add(closedOrder)
} else {
// Compare update time and create time
// TODO: Compare update time and create time
orderBook.Update(closedOrder)
}
}