mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
fix log message to be lowercases
This commit is contained in:
parent
7778f9b590
commit
d0c3390f84
|
@ -365,7 +365,7 @@ var BacktestCmd = &cobra.Command{
|
|||
|
||||
startPrice, ok := session.StartPrice(symbol)
|
||||
if !ok {
|
||||
return fmt.Errorf("start price not found: %s, %s. Run --sync first", symbol, exchangeName)
|
||||
return fmt.Errorf("start price not found: %s, %s. run --sync first", symbol, exchangeName)
|
||||
}
|
||||
|
||||
lastPrice, ok := session.LastPrice(symbol)
|
||||
|
|
Loading…
Reference in New Issue
Block a user