Skip to content

Commit d8d1be9

Browse files
committed
fix: need to call Interrupt() first
1 parent fde2f6b commit d8d1be9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/init.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1932,6 +1932,7 @@ bool AppInitMain(const CoreContext& context, NodeContext& node, interfaces::Bloc
19321932
llmq::quorumSnapshotManager.reset(new llmq::CQuorumSnapshotManager(*node.evodb));
19331933

19341934
if (node.llmq_ctx) {
1935+
node.llmq_ctx->Interrupt();
19351936
node.llmq_ctx->Stop();
19361937
}
19371938
node.llmq_ctx.reset();

0 commit comments

Comments
 (0)