Browse Source

fix CHF pricecheck

pull/34/head
Denio 5 years ago
parent
commit
d629e62dc3
  1. 2
      src/controller.cpp

2
src/controller.cpp

@ -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)
{

Loading…
Cancel
Save