Add L-BTC to list of main crypto currencies

This commit is contained in:
wiz 2020-01-21 22:20:22 +09:00
parent 461efb87f0
commit 0adf889f94
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -136,6 +136,7 @@ public class CurrencyUtil {
result.add(new CryptoCurrency("DCR", "Decred"));
result.add(new CryptoCurrency("ETH", "Ether"));
result.add(new CryptoCurrency("GRIN", "Grin"));
result.add(new CryptoCurrency("L-BTC", "Liquid Bitcoin"));
result.add(new CryptoCurrency("LTC", "Litecoin"));
result.add(new CryptoCurrency("XMR", "Monero"));
result.add(new CryptoCurrency("NMC", "Namecoin"));