Poloniex allowed markets

This commit is contained in:
HojouFotytu 2021-04-10 12:22:24 +09:00
parent f3568fa7bf
commit 2cd76014bb
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ namespace Core.MarketAnalyzer
market = market.Replace("-", ""); market = market.Replace("-", "");
break; break;
case "poloniex": case "poloniex":
market = market.Replace("-", ""); market = market.Replace("_", "");
break; break;
} }
if (recentMarkets.TryGetValue(recentMarketPair.Key, out recentMarket)) if (recentMarkets.TryGetValue(recentMarketPair.Key, out recentMarket))