fix(typo): misspelled commision fixed
This commit is contained in:
parent
67bf97c1fc
commit
069ba4d844
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ exports.trade = function trade(rawTrade, deviceFingerprint) {
|
||||||
|
|
||||||
exports.fiatBalance = function fiatBalance(deviceFingerprint) {
|
exports.fiatBalance = function fiatBalance(deviceFingerprint) {
|
||||||
var rawRate = exports.getDeviceRate().rates.ask;
|
var rawRate = exports.getDeviceRate().rates.ask;
|
||||||
var commision = cachedConfig.exchanges.settings.commision;
|
var commission = cachedConfig.exchanges.settings.commission;
|
||||||
|
|
||||||
if (!rawRate || !lastBalances) return null;
|
if (!rawRate || !lastBalances) return null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue