Browse Source

Remove incorrect comment

chat
Duke Leto 4 years ago
parent
commit
676f75e2c8
  1. 2
      src/rpc.cpp

2
src/rpc.cpp

@ -33,7 +33,7 @@ RPC::RPC(MainWindow* main) {
QObject::connect(priceTimer, &QTimer::timeout, [=]() {
refreshPrice();
});
priceTimer->start(Settings::priceRefreshSpeed); // Every hour
priceTimer->start(Settings::priceRefreshSpeed);
// Set up a timer to refresh the UI every few seconds
timer = new QTimer(main);

Loading…
Cancel
Save