This commit is contained in:
Manfred Karrer 2016-06-13 19:08:27 +02:00
parent b7a6a9c555
commit 93940ea899

View File

@ -124,6 +124,7 @@ public class CurrencyUtil {
result.add(new CryptoCurrency("SHIFT", "Shift"));
result.add(new CryptoCurrency("ERC", "Europecoin"));
result.add(new CryptoCurrency("POST", "PostCoin"));
result.add(new CryptoCurrency("LSK", "Lisk"));
return result;
}