This commit is contained in:
Dimitris Apostolou
2018-11-23 17:41:16 +02:00
committed by adityapk00
parent 8b3017e1c0
commit ba080c1ce4
3 changed files with 5 additions and 5 deletions

View File

@@ -105,7 +105,7 @@ void MainWindow::closeEvent(QCloseEvent* event) {
s.setValue("baltablegeometry", ui->balancesTable->horizontalHeader()->saveState());
s.setValue("tratablegeometry", ui->transactionsTable->horizontalHeader()->saveState());
// Let the RPC know to shutdown any running service.
// Let the RPC know to shut down any running service.
rpc->shutdownZcashd();
// Bubble up