Skip to content

Commit

Permalink
fixed first error in askmike#220
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Mar 3, 2014
1 parent a36f4f9 commit b805432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/exchangeChecker.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Checker.prototype.cantMonitor = function(conf) {
});

if(!pair)
return 'Gekko only supports the currency/assets pairs [' + exchange.pairs.join('], [') + ']';
return 'Gekko only supports the currency/assets pairs [' + _.pluck(exchange.markets, 'pair').join('], [') + ']';

// everyting okay
return false;
Expand Down

0 comments on commit b805432

Please sign in to comment.