tapyrus-core icon indicating copy to clipboard operation
tapyrus-core copied to clipboard

Tapyrus GUI Transaction Page does not show token name

Open Naviabheeman opened this issue 2 years ago • 2 comments

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 avatar May 31 '22 21:05 Naviabheeman

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 avatar Jun 01 '22 17:06 Naviabheeman

PR 204, 205 have the fix

Naviabheeman avatar Jun 21 '22 06:06 Naviabheeman