Fix getTxInfo, formatAmountStr
This commit is contained in:
parent
a5a80684eb
commit
2e9d279320
1 changed files with 1 additions and 1 deletions
|
|
@ -881,7 +881,7 @@ console.log('[profileService.js:92]',wallet); //TODO/
|
||||||
x.types = [x.type];
|
x.types = [x.type];
|
||||||
|
|
||||||
if (x.data && x.data.amount)
|
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() {
|
x.action = function() {
|
||||||
// TODO?
|
// TODO?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue