Skip to content

Commit

Permalink
fixup! Exchanges: Complete UpdatePairs before ExecLims
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Jan 30, 2024
1 parent 7fe57a1 commit d99caa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exchanges/exchange.go
Original file line number Diff line number Diff line change
Expand Up @@ -1915,6 +1915,7 @@ func Bootstrap(ctx context.Context, b IBotExchange) error {
}
}(a[i])
}
wg.Wait()
close(errC)

var err error
Expand Down

0 comments on commit d99caa2

Please sign in to comment.