Skip to content

Commit

Permalink
fix bbgo-lorca
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Mar 22, 2021
1 parent e1fb8b8 commit 22d1792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bbgo-lorca/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 22d1792

Please sign in to comment.