Default to Trader's currency

This commit is contained in:
Maciej Małecki 2014-04-21 00:31:20 +02:00
parent 3b55e02b76
commit d83a46bf7d

View file

@ -169,7 +169,7 @@ Trader.prototype._consolidateTrades = function () {
var tradeRec = { var tradeRec = {
fiat: 0, fiat: 0,
satoshis: 0, satoshis: 0,
currency: 'USD' currency: this.config.exchanges.settings.currency
}; };
while (true) { while (true) {