mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Add L-BTC to list of main crypto currencies
This commit is contained in:
parent
461efb87f0
commit
0adf889f94
1 changed files with 1 additions and 0 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Reference in a new issue