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

@@ -42,7 +42,7 @@ QList<TransactionItem> SentTxStore::readSentTxFile() {
sentTx["address"].toString(),
sentTx["txid"].toString(),
sentTx["amount"].toDouble() + sentTx["fee"].toDouble(),
0, sentTx["from"].toString()};
0, sentTx["from"].toString(), ""};
items.push_back(t);
}