mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 06:55:08 +01:00
Add latest altcoins to printAllCurrencyStats
This commit is contained in:
parent
7e3b7f22cf
commit
118d185282
1 changed files with 6 additions and 2 deletions
|
@ -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()));
|
||||
|
|
Loading…
Add table
Reference in a new issue