Skip to content

Commit

Permalink
Fix FeeBuilder pair to match kraken
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Oct 4, 2023
1 parent cb0d8b4 commit 6be6947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchanges/bitstamp/bitstamp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func setFeeBuilder() *exchange.FeeBuilder {
return &exchange.FeeBuilder{
Amount: 5,
FeeType: exchange.CryptocurrencyTradeFee,
Pair: currency.NewPair(currency.BTC, currency.LTC),
Pair: currency.NewPair(currency.LTC, currency.BTC),
PurchasePrice: 1800,
}
}
Expand Down

0 comments on commit 6be6947

Please sign in to comment.