mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
grid2: fix typo
This commit is contained in:
parent
b358cec235
commit
0c72ac2386
|
@ -34,7 +34,7 @@ func (f *ProfitFixer) Fix(parent context.Context, since, until time.Time, initia
|
|||
defer log.Infof("profitFixer: done")
|
||||
|
||||
if profitStats.Since != nil && !profitStats.Since.IsZero() && profitStats.Since.Before(since) {
|
||||
log.Infof("profitFixer: profitStats.since %s is ealier than the given since %s, setting since to %s", profitStats.Since, since, profitStats.Since)
|
||||
log.Infof("profitFixer: profitStats.since %s is earlier than the given since %s, setting since to %s", profitStats.Since, since, profitStats.Since)
|
||||
since = *profitStats.Since
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user