mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
ExportJsonFilesService: Shutdown Executor
This commit is contained in:
parent
e25c27ec99
commit
7665780ca4
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ public class ExportJsonFilesService implements DaoSetupService {
|
|||
txOutputFileManager.shutDown();
|
||||
bsqStateFileManager.shutDown();
|
||||
}
|
||||
executor.shutdown();
|
||||
}
|
||||
|
||||
public void maybeExportToJson() {
|
||||
|
|
Loading…
Add table
Reference in a new issue