Allow deleting local sent Tx history

This commit is contained in:
Aditya Kulkarni
2018-10-23 16:04:46 -07:00
parent 28296ec583
commit 9694ab7439
5 changed files with 28 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
class SentTxStore {
public:
static void deleteHistory();
static QList<TransactionItem> readSentTxFile();
static void addToSentTx(Tx tx, QString txid);