poloniex ignored/allowed fix

This commit is contained in:
HojouFotytu 2021-04-10 12:31:22 +09:00
parent d8bdc68f80
commit a8278bae4d
1 changed files with 1 additions and 1 deletions

View File

@ -1538,7 +1538,7 @@ namespace Core.Main
market = market.Replace("-", "");
break;
case "poloniex":
market = market.Replace("-", "");
market = market.Replace("_", "");
break;
}
bool stopTriggers = false;