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

@@ -102,8 +102,8 @@ bool Settings::isSaplingActive() {
return (isTestnet() && getBlockNumber() > 0) || (!isTestnet() && getBlockNumber() > 0);
}
double Settings::gethushPrice() {
return hushPrice;
double Settings::getZECPrice() {
return ZECPrice;
}
bool Settings::getCheckForUpdates() {