fix incorrectly reported cryptocurrencies in SyscoinExtension

This commit is contained in:
Radovan Panak 2018-06-07 16:01:03 +02:00
parent 66dfbb2d17
commit 9ec946f40d
1 changed files with 0 additions and 7 deletions

View File

@ -117,14 +117,7 @@ public class SyscoinExtension implements IExtension{
@Override
public Set<String> getSupportedCryptoCurrencies() {
Set<String> result = new HashSet<String>();
result.add(Currencies.BTC);
result.add(Currencies.SYS);
result.add(Currencies.BTX);
result.add(Currencies.BCH);
result.add(Currencies.LTC);
result.add(Currencies.XMR);
result.add(Currencies.DASH);
result.add(Currencies.POT);
return result;
}