Dragonify more things

This commit is contained in:
fekt
2024-04-11 00:16:41 -04:00
parent b61085de60
commit c34b5ad16a
5 changed files with 7 additions and 7 deletions

View File

@@ -132,7 +132,7 @@ bool Settings::isSaplingActive() {
return (isTestnet() && getBlockNumber() > 0) || (!isTestnet() && getBlockNumber() > 0);
}
double Settings::getHUSHPrice() {
double Settings::getDRAGONXPrice() {
return HUSHPrice;
}
double Settings::getEURPrice() {