Options tab with savesent checkbox

This commit is contained in:
adityapk00
2018-10-23 20:41:36 -07:00
parent 2b74c459ee
commit 4c58f70a31
8 changed files with 152 additions and 9 deletions

View File

@@ -36,6 +36,9 @@ public:
int getBlockNumber();
void setBlockNumber(int number);
bool getSaveSent();
void setSaveSent(bool savesent);
bool isSaplingActive();
const QString& getZcashdConfLocation() { return confLocation; }