Support to view memos

This commit is contained in:
Aditya Kulkarni
2018-10-26 09:54:31 -07:00
parent a6b346fe28
commit 4bd43bf030
7 changed files with 33 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ struct TransactionItem {
double amount;
unsigned long confirmations;
QString fromAddr;
QString memo;
};
class RPC