Try to gracefully handle exceptions in litelib_process_response

This commit is contained in:
Duke Leto
2021-12-20 19:14:07 -05:00
parent 3db92080fd
commit eda57b5a1b
3 changed files with 13 additions and 4 deletions

View File

@@ -44,7 +44,6 @@ Controller::Controller(MainWindow* main)
transactionsTableModel = new TxTableModel(ui->transactionsTable);
main->ui->transactionsTable->setModel(transactionsTableModel);
// Set up timer to refresh Price
priceTimer = new QTimer(main);
QObject::connect(priceTimer, &QTimer::timeout, [=]() {