Fix getTxInfo, formatAmountStr

This commit is contained in:
Gustavo Maximiliano Cortez 2017-08-28 16:10:23 -03:00
commit 2e9d279320
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -881,7 +881,7 @@ console.log('[profileService.js:92]',wallet); //TODO/
x.types = [x.type];
if (x.data && x.data.amount)
x.amountStr = txFormatService.formatAmountStr(wallet, x.data.amount);
x.amountStr = txFormatService.formatAmountStr(wallet.coin, x.data.amount);
x.action = function() {
// TODO?