Fix fees not showing in transaction details#1313
Conversation
|
CLA Assistant Lite All Contributors have signed the CLA. |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
mmv08
left a comment
There was a problem hiding this comment.
Can we move it to the component? So we have less logic before the transactions make their way to the store. Also, it's shown in an expanded transaction view and it doesn't make sense to parse it for all transactions
|
Sorry didn't finish it in the last comment: we can have only one transaction expanded |
|
Travis automatic deployment: |
|
@mikheevm sure, it can be done. I did it this way because the only transactions that were already showing the fee |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
Fix incoming transactions fee value to display correct value
|
Will add ETH word to the Fee value. About cutting to 6 decimals I was setting it to display the same decimals as in Etherscan, that is showing up to 9 decimals |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
1 similar comment
|
Travis automatic deployment: |


Fixes #1243
Fees are shown as n/a except for incoming transactions even that transaction service is returning a fee value.
Parse fee value and convert to show on transaction details