pull fiat as integer from db
This commit is contained in:
parent
5481ddbead
commit
2cea20a82f
1 changed files with 3 additions and 0 deletions
|
|
@ -191,6 +191,9 @@ function normalizeTx (tx) {
|
||||||
tx.satoshis = undefined
|
tx.satoshis = undefined
|
||||||
tx.session_id = undefined
|
tx.session_id = undefined
|
||||||
|
|
||||||
|
// Eventually turn this into BigDecimal, for now, integer
|
||||||
|
tx.fiat = parseInt(tx.fiat, 10)
|
||||||
|
|
||||||
return tx
|
return tx
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue