Merge pull request #120 from cake-tech/CAKE-315-remove-nano-currency-from-the-exchange

CAKE-315 | removed nano from list of crypto currencies in the crypto_…
This commit is contained in:
M 2021-05-10 19:25:12 +03:00
commit bfa76ddea9

View file

@ -19,7 +19,6 @@ class CryptoCurrency extends EnumerableItem<int> with Serializable<int> {
CryptoCurrency.eos, CryptoCurrency.eos,
CryptoCurrency.eth, CryptoCurrency.eth,
CryptoCurrency.ltc, CryptoCurrency.ltc,
CryptoCurrency.nano,
CryptoCurrency.trx, CryptoCurrency.trx,
CryptoCurrency.usdt, CryptoCurrency.usdt,
CryptoCurrency.usdterc20, CryptoCurrency.usdterc20,