Skip to content

Commit

Permalink
Merge pull request #6550 from alvasw/xmr_tx_proof_request_shutdown_ex…
Browse files Browse the repository at this point in the history
…ecutor_service_in_terminate

XmrTxProofRequest: Shutdown executor service in terminate()
  • Loading branch information
alejandrogarcia83 authored Jan 31, 2023
2 parents 9b61966 + d9372f3 commit 742d251
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ public void onFailure(@NotNull Throwable throwable) {

@Override
public void terminate() {
executorService.shutdown();
terminated = true;
}

Expand Down

0 comments on commit 742d251

Please sign in to comment.