mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Merge pull request #6550 from alvasw/xmr_tx_proof_request_shutdown_executor_service_in_terminate
XmrTxProofRequest: Shutdown executor service in terminate()
This commit is contained in:
commit
742d251193
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ class XmrTxProofRequest implements AssetTxProofRequest<XmrTxProofRequest.Result>
|
|||
|
||||
@Override
|
||||
public void terminate() {
|
||||
executorService.shutdown();
|
||||
terminated = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue