diff --git a/src/llmq/signing_shares.cpp b/src/llmq/signing_shares.cpp index e61a12283a70..382f7aef43d2 100644 --- a/src/llmq/signing_shares.cpp +++ b/src/llmq/signing_shares.cpp @@ -1668,7 +1668,7 @@ void CSigSharesManager::DispatchPendingSigns() for (auto& work : signs) { if (workInterrupt) break; - workerPool.push([this, work = std::move(work)](int) { + workerPool.push([this, work = std::move(work)](int) mutable { SignAndProcessSingleShare(std::move(work)); }); }