Bug fix in the tester function to test other crypto than the first in the list for tester functions

This commit is contained in:
vincent 2018-04-16 18:59:56 -02:30
parent b05dba5477
commit a474898014
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ public class Tester {
System.out.println(" " + fiatCurrency);
}
System.out.println("Crypto Currencies:");
String selectedCryptoCurrency = null;
String selectedCryptoCurrency = params;
for (String cryptoCurrency : cryptoCurrencies) {
if (selectedCryptoCurrency == null) {
selectedCryptoCurrency = cryptoCurrency;