Allow deleting local sent Tx history
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
class SentTxStore {
|
||||
public:
|
||||
static void deleteHistory();
|
||||
|
||||
static QList<TransactionItem> readSentTxFile();
|
||||
static void addToSentTx(Tx tx, QString txid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user