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({ res.json({
err: null, err: null,
rate: rate * _trader.config.exchanges.settings.commission, rate: rate * _trader.config.exchanges.settings.commission,
fiat: _trader.fiatBalance(0, 0) + 100, fiat: _trader.fiatBalance(0, 0),
locale: { locale: {
currency: 'CHF', currency: 'USD',
localeInfo: { localeInfo: {
primaryLocale: 'en-CA', primaryLocale: 'en-US',
primaryLocales: ['en-CA'] primaryLocales: ['en-US']
} }
}, },
txLimit: parseInt(_trader.config.exchanges.settings.compliance.maximum.limit, 10) txLimit: parseInt(_trader.config.exchanges.settings.compliance.maximum.limit, 10)

View file

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