Allow temp secrets for connections

This commit is contained in:
adityapk00
2019-01-28 21:26:39 -08:00
parent 2fc6361833
commit 0396fd3444
3 changed files with 56 additions and 15 deletions

View File

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