Skip to content

Commit

Permalink
fixup! Deribit: Fix race on Setup with optionsRegex
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Jan 2, 2025
1 parent 33ce013 commit adad84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchanges/deribit/deribit.go
Original file line number Diff line number Diff line change
Expand Up @@ -2832,7 +2832,7 @@ func (d *Deribit) formatFuturesTradablePair(pair currency.Pair) string {
// optionPairToString formats an options pair as: SYMBOL-EXPIRE-STRIKE-TYPE
// SYMBOL may be a currency (BTC) or a pair (XRP_USDC)
// EXPIRE is DDMMMYY
// STRIKE make include a d for decimal point in linear options
// STRIKE may include a d for decimal point in linear options
// TYPE is Call or Put
func (d *Deribit) optionPairToString(pair currency.Pair) string {
initialDelimiter := currency.DashDelimiter
Expand Down

0 comments on commit adad84b

Please sign in to comment.