fix CHF pricecheck

This commit is contained in:
Denio
2019-11-20 20:38:33 +01:00
parent a958bfc0a3
commit d629e62dc3

View File

@@ -837,7 +837,7 @@ void Controller::refreshZECPrice() {
{
qDebug() << "HUSH = CHF" << QString::number((double)hush["chf"]);
Settings::getInstance()->setCADPrice( hush["chf"]);
Settings::getInstance()->setCHFPrice( hush["chf"]);
}
if (hush["inr"] >= 0)
{