Default to Trader's currency
This commit is contained in:
parent
3b55e02b76
commit
d83a46bf7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue