autostart zcashd

This commit is contained in:
Aditya Kulkarni
2018-11-02 22:20:31 -07:00
parent 1e9289095f
commit 46f2f7f02e
6 changed files with 113 additions and 17 deletions

View File

@@ -88,6 +88,10 @@ 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.
rpc->closeEvent();
// Bubble up
QMainWindow::closeEvent(event);
}