mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-24 15:55:14 +00:00
fix bbgo-lorca
This commit is contained in:
parent
2b27815929
commit
3ec399e825
|
@ -97,7 +97,7 @@ func main() {
|
|||
return
|
||||
}
|
||||
|
||||
if err := cmd.ConfigureTrader(trader, userConfig); err != nil {
|
||||
if err := trader.Configure(userConfig); err != nil {
|
||||
log.WithError(err).Error("failed to configure trader")
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user