From 7665780ca4650cf4a453c62ae3b3e6822d4bf2ee Mon Sep 17 00:00:00 2001 From: Alva Swanson Date: Sun, 5 Feb 2023 13:36:09 +0100 Subject: [PATCH] ExportJsonFilesService: Shutdown Executor --- .../java/bisq/core/dao/node/explorer/ExportJsonFilesService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/java/bisq/core/dao/node/explorer/ExportJsonFilesService.java b/core/src/main/java/bisq/core/dao/node/explorer/ExportJsonFilesService.java index 8ff811b440..89d87e5dc2 100644 --- a/core/src/main/java/bisq/core/dao/node/explorer/ExportJsonFilesService.java +++ b/core/src/main/java/bisq/core/dao/node/explorer/ExportJsonFilesService.java @@ -133,6 +133,7 @@ public class ExportJsonFilesService implements DaoSetupService { txOutputFileManager.shutDown(); bsqStateFileManager.shutDown(); } + executor.shutdown(); } public void maybeExportToJson() {