fixed up for general use

This commit is contained in:
Josh Harvey 2014-04-24 17:41:22 -04:00
parent debd53333b
commit 54ce45e4e7
2 changed files with 5 additions and 5 deletions

View file

@ -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)

View file

@ -2,7 +2,7 @@
"name": "lamassu-server",
"description": "bitcoin atm client server protocol module",
"keywords": [],
"version": "0.3.5",
"version": "0.3.6",
"license": "unlicense",
"author": "Lamassu (https://lamassu.is)",
"engines": {