mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Merge pull request #2734 from ripcurlx/include-bsq-in-markets-print-tool
Remove BSQ filter for crypto currencies
This commit is contained in:
commit
5f86da9e73
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ public class MarketsPrintTool {
|
|||
|
||||
final List<CryptoCurrency> allSortedCryptoCurrencies = CurrencyUtil.getAllSortedCryptoCurrencies();
|
||||
final Stream<MarketCurrency> cryptoStream = allSortedCryptoCurrencies.stream()
|
||||
.filter(e -> !e.getCode().equals("BSQ"))
|
||||
.filter(e -> !e.getCode().equals("BTC"))
|
||||
.map(e -> new MarketCurrency(e.getCode().toLowerCase() + "_btc", e.getName(), e.getCode()))
|
||||
.distinct();
|
||||
|
|
Loading…
Add table
Reference in a new issue