diff --git a/src/js/services/profileService.js b/src/js/services/profileService.js index bef87b67d..492171431 100644 --- a/src/js/services/profileService.js +++ b/src/js/services/profileService.js @@ -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?