Skip to content

Commit

Permalink
fix: Added correct logging
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarrow committed Oct 2, 2023
1 parent 199621f commit a8b1d00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perftest/perftest.go
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,7 @@ func Run(opts Opts) error {

// Do we need to place stop orders for all users
if opts.StopOrders > 0 {
fmt.Print("Adding stop orders for every user and market...")
err = plt.seedStopOrders(marketIDs, opts)
if err != nil {
fmt.Println("FAILED")
Expand Down

0 comments on commit a8b1d00

Please sign in to comment.