diff --git a/src/senttxstore.cpp b/src/senttxstore.cpp index 9b623ee..75cb10a 100644 --- a/src/senttxstore.cpp +++ b/src/senttxstore.cpp @@ -46,7 +46,7 @@ QList SentTxStore::readSentTxFile() { sentTx["address"].toString(), sentTx["txid"].toString(), sentTx["amount"].toDouble() + sentTx["fee"].toDouble(), - 0, sentTx["from"].toString(), ""}; + 0, sentTx["from"].toString(), sentTx["memo"].toString()}; items.push_back(t); }