mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-12-10 05:30:30 -05:00
support goldback (XGB)
This commit is contained in:
parent
6a49fffb38
commit
9c2308f7a3
23 changed files with 135 additions and 121 deletions
|
|
@ -209,7 +209,7 @@ public class AbstractPaymentAccountTest extends MethodTest {
|
|||
protected final String getCommaDelimitedTraditionalCurrencyCodes(Collection<TraditionalCurrency> traditionalCurrencies) {
|
||||
return traditionalCurrencies.stream()
|
||||
.sorted(Comparator.comparing(TradeCurrency::getCode))
|
||||
.map(c -> c.getCurrency().getCurrencyCode())
|
||||
.map(c -> c.getCode())
|
||||
.collect(Collectors.joining(","));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue