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_…
wownero
M 3 years ago
commit bfa76ddea9

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

Loading…
Cancel
Save