You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
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"
The text was updated successfully, but these errors were encountered: