fixed up for general use
This commit is contained in:
parent
debd53333b
commit
54ce45e4e7
2 changed files with 5 additions and 5 deletions
|
|
@ -40,12 +40,12 @@ var poll = function(req, res) {
|
|||
res.json({
|
||||
err: null,
|
||||
rate: rate * _trader.config.exchanges.settings.commission,
|
||||
fiat: _trader.fiatBalance(0, 0) + 100,
|
||||
fiat: _trader.fiatBalance(0, 0),
|
||||
locale: {
|
||||
currency: 'CHF',
|
||||
currency: 'USD',
|
||||
localeInfo: {
|
||||
primaryLocale: 'en-CA',
|
||||
primaryLocales: ['en-CA']
|
||||
primaryLocale: 'en-US',
|
||||
primaryLocales: ['en-US']
|
||||
}
|
||||
},
|
||||
txLimit: parseInt(_trader.config.exchanges.settings.compliance.maximum.limit, 10)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue