Skip to content

Commit

Permalink
fixup! Linter: Fixes for exchange.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Nov 27, 2024
1 parent 3030ab4 commit 230a04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchanges/exchange.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func (b *Base) SetConfigPairs() error {
}

if b.Config.CurrencyPairs.UseGlobalFormat {
err := b.CurrencyPairs.StorePairs(assetTypes[x], cfgPS.Available, false)
err = b.CurrencyPairs.StorePairs(assetTypes[x], cfgPS.Available, false)
if err != nil {
return err
}
Expand Down

0 comments on commit 230a04b

Please sign in to comment.