Skip to content

Commit

Permalink
fix: need to call Interrupt() first
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Dec 4, 2023
1 parent fde2f6b commit d8d1be9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1932,6 +1932,7 @@ bool AppInitMain(const CoreContext& context, NodeContext& node, interfaces::Bloc
llmq::quorumSnapshotManager.reset(new llmq::CQuorumSnapshotManager(*node.evodb));

if (node.llmq_ctx) {
node.llmq_ctx->Interrupt();
node.llmq_ctx->Stop();
}
node.llmq_ctx.reset();
Expand Down

0 comments on commit d8d1be9

Please sign in to comment.