fix for SDA

This commit is contained in:
DenioD
2019-10-30 15:50:47 +01:00
parent d57c4ccfef
commit 0590d14693
7 changed files with 19 additions and 19 deletions

View File

@@ -63,8 +63,8 @@ public:
bool isSaplingActive();
void sethushPrice(double p) { hushPrice = p; }
double gethushPrice();
void setZECPrice(double p) { ZECPrice = p; }
double getZECPrice();
// Static stuff
static const QString txidStatusMessage;
@@ -116,7 +116,7 @@ private:
bool _useEmbedded = false;
bool _headless = false;
double hushPrice = 0.0;
double ZECPrice = 0.0;
};
#endif // SETTINGS_H