diff --git a/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java b/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java index 59a3f700df..899aa566da 100644 --- a/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java +++ b/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java @@ -146,6 +146,7 @@ public class CurrencyUtil { result.add(new CryptoCurrency("DAO", "DAO", true)); result.add(new CryptoCurrency("CMT", "Comet")); result.add(new CryptoCurrency("SYNQ", "BitSYNQ")); + result.add(new CryptoCurrency("LBC", "LBRY Credits")); result.add(new CryptoCurrency("HNC", "HunCoin")); result.add(new CryptoCurrency("UNO", "Unobtanium")); result.add(new CryptoCurrency("DGB", "Digibyte"));