mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 15:26:03 -04:00
Remove Stellar
This commit is contained in:
parent
43047b3727
commit
fc74c46b3b
@ -177,7 +177,8 @@ public class CurrencyUtil {
|
||||
result.add(new CryptoCurrency("BTS", "BitShares"));
|
||||
result.add(new CryptoCurrency("XCP", "Counterparty"));
|
||||
result.add(new CryptoCurrency("XRP", "Ripple"));
|
||||
result.add(new CryptoCurrency("STR", "Stellar"));
|
||||
// Stellar (XLM Lumen) uses an additional memo field. We dont support that for now
|
||||
//result.add(new CryptoCurrency("STR", "Stellar"));
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user