From 58a8aacd8047268994ad3de3c1f562187698ab6a Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 12 Feb 2020 05:30:12 -0500 Subject: [PATCH] copyright --- src/senttxstore.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/senttxstore.cpp b/src/senttxstore.cpp index a25f761..fa4583e 100644 --- a/src/senttxstore.cpp +++ b/src/senttxstore.cpp @@ -1,3 +1,5 @@ +// Copyright 2019-2020 The Hush Developers +// Released under the GPLv3 #include "senttxstore.h" #include "settings.h" @@ -103,7 +105,7 @@ void SentTxStore::addToSentTx(Tx tx, QString txid) { txItem["txid"] = txid; txItem["amount"] = -totalAmount; txItem["fee"] = -tx.fee; - // TODO: store all outgoing memos + // TODO: store all outgoing memos, after encryption txItem["memo"] = tx.toAddrs[0].txtMemo; list.append(txItem);