Skip to content

Commit

Permalink
fix: re-enable stable spot-orders
Browse files Browse the repository at this point in the history
  • Loading branch information
Primexz committed May 9, 2024
1 parent 0f5f48c commit aa3794f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kraken/kraken_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func BuyBtc() {

response, krakenErr = getApi().AddOrder("xbt"+strings.ToLower(currency), "buy", "limit", config.KrakenOrderSize, args)
} else {
// response, krakenErr = getApi().AddOrder("xbt"+strings.ToLower(currency), "buy", "market", config.KrakenOrderSize, nil)
response, krakenErr = getApi().AddOrder("xbt"+strings.ToLower(currency), "buy", "market", config.KrakenOrderSize, nil)
}

if krakenErr != nil {
Expand Down

0 comments on commit aa3794f

Please sign in to comment.