Rename to save Z txs

This commit is contained in:
Aditya Kulkarni
2018-10-23 22:13:45 -07:00
parent 4c58f70a31
commit cdc46b3022
8 changed files with 42 additions and 39 deletions

View File

@@ -51,7 +51,7 @@ QList<TransactionItem> SentTxStore::readSentTxFile() {
void SentTxStore::addToSentTx(Tx tx, QString txid) {
// Save transactions only if the settings are allowed
if (!Settings::getInstance()->getSaveSent())
if (!Settings::getInstance()->getSaveZtxs())
return;
QFile data(writeableFile());