Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tapyrus GUI Transaction Page does not show token name #196

Open
Naviabheeman opened this issue May 31, 2022 · 2 comments
Open

Tapyrus GUI Transaction Page does not show token name #196

Naviabheeman opened this issue May 31, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@Naviabheeman
Copy link
Contributor

Transaction Page in the GUI has been enhanced to show the token name. It does not list the token output. And so the Token column is always "TPC"
Screenshot 2022-06-01 at 2 32 29 AM

@Naviabheeman Naviabheeman added the bug Something isn't working label May 31, 2022
@Naviabheeman
Copy link
Contributor Author

Amounts in Tx description table are not token aware. adding it should fix all the transaction table errors.
CAmount nCredit = wtx.getCredit(); CAmount nDebit = wtx.getDebit(); CAmount nNet = nCredit - nDebit;

@Naviabheeman
Copy link
Contributor Author

PR 204, 205 have the fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant