diff --git a/lib/trader.js b/lib/trader.js index a07b99be..610ce8f4 100644 --- a/lib/trader.js +++ b/lib/trader.js @@ -169,7 +169,7 @@ Trader.prototype._consolidateTrades = function () { var tradeRec = { fiat: 0, satoshis: 0, - currency: 'USD' + currency: this.config.exchanges.settings.currency }; while (true) {