Add latest altcoins to printAllCurrencyStats

This commit is contained in:
Manfred Karrer 2017-11-08 17:00:03 -05:00
parent 7e3b7f22cf
commit 118d185282
No known key found for this signature in database
GPG key ID: 401250966A6B2C46

View file

@ -255,12 +255,16 @@ public class TradeStatisticsManager implements PersistedDataHost {
coinsWithValidator.add("WAC");
coinsWithValidator.add("DEC");
// As of: 17.Sept 2017
// v0.6: DECENT, Pranacoin, WACoins, ZenCash, Ellaism, Cryptonite, Terracoin, Internext
Set<String> newlyAdded = new HashSet<>();
newlyAdded.add("DCT");
newlyAdded.add("PNC");
newlyAdded.add("WAC");
newlyAdded.add("ZEN");
newlyAdded.add("DEC");
newlyAdded.add("ELLA");
newlyAdded.add("XCN");
newlyAdded.add("TRC");
newlyAdded.add("INXT");
CurrencyUtil.getAllSortedCryptoCurrencies().stream()
.forEach(e -> allCryptoCurrencies.add(e.getNameAndCode()));