Skip to content

Commit

Permalink
fixup! Exchanges: Rename StoreAssetPairStore
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Jan 10, 2025
1 parent b795168 commit 65d4423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchanges/bitmex/bitmex_wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (b *Bitmex) SetDefaults() {
ConfigFormat: &currency.PairFormat{Uppercase: true, Delimiter: currency.DashDelimiter},
}
if a == asset.Spot {
ps.RequestFormat = &currency.PairFormat{Uppercase: true, Delimiter: currency.UnderscoreDelimiter}
ps.RequestFormat.Delimiter = currency.UnderscoreDelimiter
}
if err := b.StoreAssetPairStore(a, ps); err != nil {
log.Errorf(log.ExchangeSys, "%s error storing `%s` default asset formats: %s", b.Name, a, err)
Expand Down

0 comments on commit 65d4423

Please sign in to comment.