Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nivasan1 committed Mar 20, 2024
1 parent f3112ff commit e424602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol/daemons/slinky/client/market_pair_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ func (m *MarketPairFetcherImpl) FetchIdMappings(ctx context.Context) error {
if err != nil {
return err
}

var compatMappings = make(map[slinkytypes.CurrencyPair]uint32, len(marketParams))
for _, mp := range marketParams {
cp, err := slinky.MarketPairToCurrencyPair(mp.Pair)
Expand Down

0 comments on commit e424602

Please sign in to comment.