mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-06 06:10:08 -04:00
Remove Stellar
This commit is contained in:
parent
43047b3727
commit
fc74c46b3b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue