tapyrus-core
tapyrus-core copied to clipboard
Tapyrus GUI Transaction Page does not show token name
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"
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;
PR 204, 205 have the fix